body {
font-family: Courier , sans-serif;
background-color: #060B40;
margin: 10px;
padding: 0;
}

header, footer, div,nav,h1,h2,h3,p,small  {
text-align: center;
font-family:Courier ;
color: white;
text-shadow: 0px 0px 10px #D2A0FC
}

p,ol {
color: white;
text-shadow: 0px 0px 10px #D2A0FC;
max-width: 1400x;
padding-left: 50px; 
}

a {
  color: #ffffff; 
  left: 50px
}


.footernav {
text-align: center;
margin-top: 20px;
font-size: 0.9em;
color: gray;
}

/* responsive image class */
.responsive {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}