@import url("https://fonts.googleapis.com/css2?family=Jersey+10&display=swap");

body {
  font-family: "Jersey 10", sans-serif;
  background-color: #20281b;
  color: #1af050;
  font-size: 150%;
  margin-left: 50px;
  margin-right: 50px;
}

header {
  text-align: center;
  margin-bottom: 80px;
}

footer {
  text-align: center;
  margin-top: 80px;
}

a {
  color: #1af0e1;
}

h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}
h6 {
  font-weight: normal;
}

.center {
  text-align: center;
}

.smallfont {
  font-size: 80%;
}

#links a {
  text-decoration: none;
  color: #20281b;
}

#links img {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 128px;
}

#logo img {
  margin-left: auto;
  margin-right: auto;
  max-width: 512px;
  width: 60%;
}

#logo {
  margin-top: 50px;
  margin-bottom: 50px;
}

li {
  margin-top: 50px;
  margin-bottom: 50px;
}
