/* CSS Document used for project 1
Author: Brandon Mento
Course: ITWP 1000
File: style.css
*/

h1, nav, h3{
    text-align: center;
}

#validation{
    text-align:center;
}

body {
    background-color: rgb(194, 184, 184);
    color: rgb(56, 56, 56);
    margin: 10px;
}

iframe {
    border: 0;
}