h1{
    text-shadow: 3px 2px 3px rgb(0, 0, 0);
    font-weight: bold;
    font-size: 60px;
    color: rgb(0, 108, 210);
}
p{
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-weight: bold;
    font-size: 30px;
    color: rgb(0, 108, 210);
}
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
label{
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-weight: bold;
    font-size: 35px;
    color: rgb(104, 39, 255);
}
input{
    box-shadow: 1px 1px 1px black;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    width: 75px;
    height: 30px;
}
button{
    box-shadow: 2px 2px 2px black;
    font-weight: bold;
    background-color: rgb(95, 192, 253);
    font-size: 20px;
    margin-top: 10px;
}