/* CSS Document used for the nursery rhyme homework assignment
Author: Jacob Maragos
Course: ITWP 1000
File: styles.css
*/
body {
    font-family: 'Arial', sans-serif;
    margin: 0.25;
    text-align: center;
}

h1 {
    text-align: center;
    color: #000000;
}

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