h1{
    text-align: center;
    font-size: 64;
}

body{
    background-image: linear-gradient(20deg, rgb(0, 0, 0), rgba(34, 169, 187, 0.753));
    text-align: center;
}

#logo{
    width: 100px; height: 100px;
    margin: 20 0 0 20;
}


h1, h2 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: white;
}

#disclaimer-button{
    width: 160px;
    height: 80px;
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    cursor: pointer;
}

#recovery{
    display: none;
    margin-top: 150px;

}
.main_section{
    display: inline-block;
    background-color: rgba(34, 169, 187, 0.753);
    padding: 30px;
    vertical-align: top;
    margin-bottom: 30px;
}



#code-input{
    height: 30px;
    width: 300px;
    border-radius: 12px;
    border: 1px solid black;
    color: gray;
}

#confirm-button{
    width: 300px;
    height: 30px;
    margin-top: 10px;
    border-radius: 12px;
    background-color: rgba(189, 122, 252, 0.678);
    cursor: pointer;
}

#completed{
    display: none;
}
