@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

 body { 
	 background-color: #E5F8FA;
      }


h1,h2,h3{
	font-family: 'Young Serif', serif;
	}

h1 {
	background-color: #2E7CCD;
    color: whitesmoke;
     
    font-size: 34px;
    text-transform: uppercase;
     text-align: center;
   }

h2 {
	background-color: #2E7CCD;
    color: whitesmoke;
    
    font-size: 25px;
	width: 250px
    
   }

h3 {
	
    color: midnightblue;
    
    font-size: 20px;
   }

p {
	
    color: black;
    font-family: 'Ariel'; 
    font-size: 16px;
	margin-left: 10px;
	line-height: 20px
		
   }

li{
	margin-bottom: 20px
}

footer{
	text-align: center
}

.nav{
	color: whitesmoke;
	background-color: #060A7E
}

.nav p{
	font-weight: bold;
}
