/* CSS Document used for the Web Project 1 assignment.
Author: Tony Hogston
Course: ITWP 1000
File: webproject.css
*/

h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

body {
  background-color: #FFFF99;
  color: blue;
  font-family: Arial, sans-serif;
  margin: 10px;
}

figure {
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
}

iframe {
    display: block;
    margin: 0 auto;
}