body{

    font-family:'Times New Roman', Times, serif;
    /* Sets the font of the entire page to Franklin Gothic Medium */

    background-color:ghostwhite;
    /* Sets the background color of the website*/

    color:midnightblue;
    /* Sets the color of the text on the page*/

}

header{

    color:midnightblue;
    padding: 10px;

    text-align:center;
    /* centers the text within the header*/
}

h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}

#main {
  width: 1500px;
  height: 100px;
  display: flex;
  justify-content: center;
}