body {
  margin: 0;
  height: 100%;
  background-color: #000000f3;
  font-family: "Times New Roman", serif;
  color: white;
}

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

a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

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

header {
  display: flex;
  justify-content: center;
  font-family: free license;
  font-size: 1.3em;
  margin-bottom: -20px;
}

main {
  padding: 20px;
  line-height: 2;
  margin: 0 auto;
  width: 600px;
}

@media screen and (max-width: 600px) {
  main {
    width: fit-content;
  }
}

img {
  margin: 4px;
  width: min-content;
  height: 150px;
  object-fit: cover;
}

.inactive {
  opacity: 0.5;
  cursor: default;
}

footer {
  color: #ffffff73;
  margin: 0 auto;
  text-align: center;
}

.media-link {
  color: #ffc800;
}

.media-link:hover {
  text-decoration: underline;
  text-shadow: none;
}

.back {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  display: block;
  text-align: center;
}
