
/* For the navigation bar*/
a:link, a:visited {
  background-color: #A7CDDA;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 15px;
  border: 2px solid black;
  
}

a:hover, a:active {
  background-color: Blue;
    border-radius: 15px;
	 border: 2px solid white;
    color: White;
  
}


/* everything that goes in body takes the following properties and attributes*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3A88DB;
	
}	


img {
	border-radius: 15px;
	border: 2px solid black;
}

.insideBody {
	
border-radius: 5px;
	 border: 2px solid black;
	 background-color: #A7CDDA;
	 max-width: 1000px;
	 height: 100vh;
	margin: auto;
	 
}
