
body  {
    background-color: rgb(4, 17, 38);
    letter-spacing: 2px;
    
    
}

#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;

}



#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;
 }


th {
   color: white;
   font-size: 45px;
   width: 60%;
   height: 180px;
   text-align: center;
 }

#cert1, #cert2, #cert3 {
   width: 300px;
   height: 300px;
}

#container {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-top: 10%;
   margin-bottom: -10%;

}

#container::before,
#container::after {
  content: '';
}

.items {
   margin: 55px;
   height: -15px;
}