
h1 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 2.1em;
    color: #888;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
    background-image: url(mfa-bkgd.jpg);
    background-size: 100% 100%;
    padding: 1em 1em;
    font-size: 2.5em;
}

ul, p {
    margin-left: 2em;
}

li, body {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
    font-size: 1.2em;
}


body {
    background-color: #DEF;
    font-size: 2.0em;
}

li a {
    font-weight: 800;
    text-decoration: none;
}
li a:hover {
    background-color: #FFF;
}
