h1{
    color: white;
    font-size: 50px;
    text-align: center;
}

abbr {
    color: rgb(0, 174, 255);
}


body {
    background-color: rgb(0, 174, 255);
}

section {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 500px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 5px 10px 5px black;
}

input {
    margin-bottom: 10px;
}