
body {
    margin: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #092327;
}

h1 {
    text-align: center;
    color: white;
}

#container {
    background-color: #90C2E7;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    border-radius: 30px;
    border: 10px solid #4E8098;
}

#btn {
    margin: 20px;
    display: flex;
    justify-content: center;
}

button {
    background-color: #00A9A5;
    text-align: center;
    font-size: 30px;
    border-radius: 20px;
    border: 8px solid #0B5351;
    padding: 15px;
    color: white;
    font-weight: bold;
}

/* ID that centers the validation text */
#validation {
    text-align: center;
}

/* add a margin around the entire footer */
footer {
    margin: 50px;
    background-color: #90C2E7;
    padding: 5px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}