@charset "UTF-8";
/* CSS Document used for Homework 5 "Five Little Monkeys" nursery rhyme
Author: Paul Bogos
Course: ITWP 1000
File: hw6nursery.css
*/

h1 {
     text-align: center;
}

main {
     margin:20px;
}

/* Body Font Style */
body {
     background-color: #ffffff ;
     color: #000000 ;
     margin-bottom: auto;
     font-family: "TImes New Roman", "Times", Arial, serif;  
}

.validation {
     text-align: center;
}

footer p {
  text-align: center;
}
