   
body  {
    background-color: rgb(4, 17, 38);
    letter-spacing: 2px;
    max-width: 100%;
    max-height: auto;
    
}

#button {
    color: #b2beb5;
    text-underline-offset: 15%;
    transition: all 500ms;
    width: 5%;
    height: 5%;
    margin-top: 15px;
    margin-left: 10px;
    position: fixed;
    top: 0;
    
}

#button:hover {
    color: rgb(84, 240, 188);
    font-size: 20px;
    font-size-adjust: 20px;

}

span {
    color: rgb(84, 240, 188);
}



img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    
}

#u1 {
    color: rgb(84, 240, 188);
    text-underline-offset: 15%;
}


 h1 {
    color: rgb(84, 240, 188);
    text-align: center;
    margin-top: none;
    letter-spacing: 3px;
    font-size:50px;
    position: relative;
 }

h2 {
    color: #b2beb5;
    text-align: left;
    margin-top: 2.5%;
    margin-left: 20%;
    margin-right: 20%;
    letter-spacing: 3px;
    font-size:35px;
    position: relative;
 }
 

h3 {
   color: white;
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
    letter-spacing: 3px;
    line-height: 50px;
    font-weight: lighter;
    position: relative;
    
 padding-bottom: 20px;
 }

p {
 color: rgb(84, 240, 188);  
 font-size: 25px;
 margin-left: 10%; 
 margin-right: 10%;
 border-top: solid white;
 padding-top: 50px;
}



 container {
    max-width: 250px;
    max-height: 180px;
 }