@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');
body {
	background-color: #96bef8;

	
	
}

h1,h2,h3 {
	
}

h1 {
                  background-color: #047E8B;
                  color: #F3BC2C;
                 
                  font-size: 34px;
                  text-transform: capitalize;
                  text-align: center;
               }

h2 {
                  background-color: #003B73;
                  color: #E1EB45;
                  
                  font-size: 34px;
                  text-transform: capitalize;
                  text-align: center;
               }

h3 {
                  background-color: #D7A6B5;
                  color: #314B6F;
                 
                  font-size: 34px;
                  text-transform: capitalize;
                  text-align: center;
               }

p {
	color: #314B6F;
	font-size: 12px;
	
	margin-left: auto;
	line-height: normal;
	
}

li {
	margin-bottom-left: auto;
	
}

footer {
	align-content: center
	
}

.feature {
                     color: #165b62;
           }

nav p {
       font-weight: 100;
       text-align:center;
}



p style {
	color: #165b62; 
	font-weight: 100;
}











