body{
    background-image: linear-gradient(to right, rgb(22, 40, 163), rgb(21, 96, 162));
    font-family: "Montserrat", sans-serif;
}


header img {
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-left:35px;
    margin-bottom: 35px;
    max-width:300px;
}

nav{
    font-family: "Montserrat", sans-serif;
    margin: auto;
    padding: o;
    
}
nav ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin-right: 50px;
}
nav li {
    display: inline-block;
    padding: 50px 20px 50px 20px;
    text-align: right;
}
nav a{
    text-decoration: none;
    color: ghostwhite;
    font-size: 1.1em;
    font-weight:550;
}
nav a:hover{
    text-decoration: none;
    color: rgb(237, 192, 255);
}

section{
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 25px;
    
}

#myImg {
    cursor: pointer;
    transition: 0.3s;
  }
#myImg:hover {opacity: 0.7;}

main {
    background-color: rgb(21, 21, 21);
    padding-top: 50px;
    
    margin-bottom: 20px;
}

main img{
    float: left;
    margin-right: 35px;
    border: solid ghostwhite 2px;
}

main p{
    font-size: 1em;
    text-align: left;
    line-height: 1.2em;
    color:ghostwhite;
  }

main h1{
    color: rgb(21, 96, 162);
    font-size: 1.9em;
    text-align: left;
    font-weight: bold;
    
  }

main h2{
    color:rgb(21, 96, 162);
    font-size: 1.2em;
    text-align: left;
    font-weight: bolder;
  }

a {
    text-decoration: none;
    color: ghostwhite;
}

a:hover {
    text-decoration: none;
    color: ghostwhite;
}

aside{
    border: solid ghostwhite 5px;
    margin-bottom: 20px;


}

aside p{
    font-size: 1.4em;
    line-height: 1.1em;
    color: rgb(237, 192, 255);
    text-align: left;
    background-color: hsla(0, 0%, 0%, 50%);
    margin: 10px;
    padding: 20px;
    font-variant: small-caps;
    
    
}

aside h1{
    color: ghostwhite;
    font-size: 2.5em;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;

}

aside h2{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 10px;

}

aside iframe {
    margin-top: 10px;

}

footer{
    background-color: rgb(21, 21, 21);
    color: ghostwhite;
    text-align: center;
}

footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    color: ghostwhite;
}
footer li {
    color: ghostwhite;
    display: inline-block;
    padding: 50px 150px 20px 150px;
}

footer p{
    text-align: left;
    line-height: 1em;
}

footer h1{
    text-align: left;
    font-size: 1.7em;
    margin-bottom: 25px;
    
}

footer h2{
    font-size: 1.7em;
    text-align: left;
    margin-bottom: 15px;
}

footer h3{
    border: ghostwhite solid 1px;
    text-align: center;
    font-size: 0.9em;
    color: ghostwhite;
    padding: 20px;
}

footer a{
    text-decoration: none;
    color:rgb(21, 96, 162);
}
footer a:hover{
    text-decoration: none;
    color:ghostwhite;
}

.button {
    color: black;
    background-color: rgb(21, 96, 162); 
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
  }
   
  .button1:hover {
    box-shadow: 0 12px 16px 0 rgba(182, 120, 208.24),0 17px 50px 0 rgba(182, 120, 208,0.19);
  }