/* CSS Document used for soccer assignment
Author: Rachael Ufomba
Course: ITWP 1000
File: project1style.css
 */

 body {
    margin-top: 1em;
    margin-bottom: auto;
    font-family: Ariel, sans-serif;
 }

 h1 {
    text-align: center;
    font-size: 2.5em;
 }

 p, div {
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
 }


 /* Caption Tag */
caption {
    font-family: Impact, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-weight: bold;
    font-size: 1.75em;
    padding-bottom: 0.5em;
}


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

