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

/* container styling */

#container {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* button styling */

button {
    outline-style: outset;
    outline-color: blueviolet;
}

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