body {
  margin: 0px;
  padding: 0px;
  background-image: url(/bg.webp);
  background-position: top;
  background-size: auto 175vh;
  background-repeat: no-repeat;
  background-color: #376cb3;
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.hero {
  display: flex;
  align-content: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.hero-body {
  margin: auto;
  padding: 50px;
  max-width: 800px;
  border: 1px solid white;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  box-shadow: 10, 10, 10, 10px;
}
.subtitle {
  font-weight: 200;
}
.maplinks {
  padding: 30px;
  display: flex;
  max-width: 450px;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.maplink {
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.maplogo {
  height: 60%;
}
.mapname {
  color: black;
}
