body{
   background-color: #1c3f6e;
}

body a{
   text-decoration: none;
}

header a{
   font-family:'Courier New', Courier, monospace;
   font-size: 2em;
   color: whitesmoke;

}

nav{
   background-color: whitesmoke;

}

nav ul{
   list-style-type: none;
   /* display: inline-block; */
   
}

nav li a{
   font-family:'Courier New', Courier, monospace;
   font-size: 1.4em;
   font-weight: bold;
   color: black;

}

nav a:hover{
   color: #1c3f6e;
}

nav a{
   color: black;
}


main a{
   font-size: 1.25em;
   color: whitesmoke

}

main a:hover{
   color: black;
}

main ul{
   list-style-type: square;
}

main li{
   font-size: 1.2em;
}

main{
   font-family:'Courier New', Courier, monospace;
   color: whitesmoke
}
