
.dynapuff-<uniquifier> {
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

nav{

    background-color: rgb(154, 198, 232);
    padding: 50px;
    text-align: center;
    font-size: 17pt;
}
 nav a{
    padding: 18px;
    text-decoration: none;
    color: aliceblue;

 }

 body{
    background-color: rgb(171, 219, 255);
 }

 section{
    background-color:rgb(173, 211, 238) ;
    padding: 120px;
   margin-top: 150px;
   margin-left: 50px ;
   margin-right: 50px;
   margin-bottom: 40px;
 }

 section p{
    font-size:17pt ;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
 }

h1{
    text-align: center;
    margin-top: 200px;
    font-size:120pt ;
   font-family: "DynaPuff", system-ui;
}
footer{
    background-color: rgb(154, 198, 232);
    padding: 20px;
}

header img{
   height: 300px;
   padding: 20px;
  text-align: center;
padding-top: 60px;
}

.center{
   text-align: center;
}

section p{
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

footer p{
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}