body {
  color: #ffffff;
    background-color: #111111;
  font-family: sans;
}

main {
  margin: auto;
}
header {
  background-color: #242424;
  margin: auto;  
  text-align: center;
    width: 100%;
}
header h1 {
  text-decoration: underline;
}
nav li {
  display: inline-block;
  margin: 10px;
  text-align: center;
}
nav li a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav h1 {
  text-align: center;
  text-decoration: underline;
  color: white;
}

nav li a:hover {
  text-decoration: underline;
}

.info {
margin: auto;
border-radius: 10px;
width: auto;
text-align: center;
}

.info h2 {
text-decoration: underline;
}
@font-face {
  font-family: "sans";
  src: url("CalSansText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
