body {
  margin: 0;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  cursor: url(cursor/1.cur), auto;
  color: white;
}

header {
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  margin-bottom: -20px;
  text-shadow: 1px 1px 10px #7f81ff;
}

header a {
  color: #8a2025;
}

header a:hover {
  text-shadow: 1px 1px 10px black;
}

a {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 2px 10px #2b057d;
}

a:hover {
  cursor: url(cursor/14.cur), pointer;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #7f81ff, 0 0 10px #0d0f8f;
}

.menu-icon {
  width: 2em;
}

.topnav {
  overflow: hidden;
  text-align: center;
}

.topnav a {
  padding: 12px;
}

.topnav .icon {
  display: none;
}

.cons {
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

h2 {
  text-align: center;
  color: #8a2025;
  font-weight: 900;
}

main {
  margin: 80px auto;
  max-width: 800px;
  padding: 2px;
}

main p {
  line-height: 2;
  margin: 20px;
  padding: 10px;
  color: grey;
  text-align: center;
  font-style: italic;
}

.links {
  display: flex;
  justify-content: center;
}

footer {
  margin: 0 auto;
  text-align: center;
  color: rgb(187, 187, 187);
  opacity: 0.8;
}

img {
  display: block;
  margin: auto;
}
