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: 1em;
  font-style: normal;
  color: #ebebeb;
  cursor: url(cursor/1.cur), auto;
}

header {
  font-size: 1.5em;
}

h1 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

h2 {
  color: #ffffffcc;
  text-align: center;
}

a {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 2px blue, 0 0 2px black, 0 0 2px black;
}

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

main {
  display: flex;
  justify-content: center;
  background-color: #000000e6;
  margin: auto;
  max-width: 1000px;
  font-family: "Times New Roman", serif;
}

.title h2 {
  color: white;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.entrance {
  image-rendering: pixelated;
  width: 256px;
  height: 256px;
}

.entrance:hover {
  transform: scale(110%);
}

footer {
  margin: 0 auto;
  text-align: center;
  color: white;
  opacity: 0.5;
}

.menu-icon {
  width: 30px;
}

nav {
  overflow: hidden;
  text-align: center;
}

.nav a {
  padding: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav .icon {
  display: none;
}

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