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

/* add a margin around the entire footer */
footer {
    margin: 50px;
}


h1 {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #7b6353;
    text-align: center;
    font-size: 20px;
}

#container, div .box {
    background-color: #a58976;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 20px;
    border: 4px double #ffffff;
    width: 400px;
    margin: auto;   
}
.button {
    margin-top: 15px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #a58976;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 180px;
    height: 55px;
}
