/* CSS Document used for the final project assignment
Author: Giselle Reyes
Course: ITWP 1000
File: styles.css
*/

body { background-color: #FFFFF0;
	   color: #000000;
	   font-family: Times New Roman, serif;
	   margin: 10px
}

h1 { text-align: center;
}

h2 { text-align: center;
}

h3 {text-align: center;
}

nav { text-align: center;
}

footer { text-align: center;
}
	   
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

