/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: green;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: blue;
  color: white;
}



h6{
color: white;
border: purple;
background-color: blue;
text-align: center;
text-shadow: 2px 3px 3px;
border-radius: 3px;
shadow-color: purple; 
}



body{
  
  background-color:#F5F5DC;
  
  
}


aside{
  color: white;
  text-align: center;
  text-shadow: 3px 3px 3px;
  box-shadow: 2px 4px 4px;
  border: 2px solid blue;
  border-radius: 4px;
  background-color: blue;
  
  
}


img{
  width: 340px;
  height: 160px;
  border: 2px solid green;
  border-radius: 6px;
  }
  
  div img{
    padding: 5px;
    width: 335px;
    height: 200px;
    border: 4px solid blue;
    border-radius: 6px;
    img-align: center;
    background-color: yellow;
    
  }
  
  
  
  
  h2{
    
   color: white;
   box-shadow: 2px 2px 3px;
   border: 2px solid yellow;
   background-color: black;
   text-align: center; 
    
    
  }
  
 p{
  
 text-align: justify;
  text-justify: inter-word;
 border: 1px solid blue;
  
  
}

button{
  box-shadow: 2px 2px 2px;
  
}

