.logo-image {
  max-height: 48px;
  margin: 10px;
}

.logo-container {
  max-width: 800px;
  margin: auto;
  padding: 10px;
  display: flex;
  font-size: 1.4rem;
  font-family: 'minecraftmedium';
  align-items: center;
  line-height: 0.86;
}

.header-container {
  padding: 40px 20px;
  text-align: center;
}

.header-emoji {
  max-height: 200px;
  margin: 10PX;
  display: block;
  margin: auto;
}

h1, H3 {
  font-family: 'minecraftmedium';
}

.header-bg {
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  top: 0;
  object-fit: cover;
  left: 0;
  right: 0;
}

.header-halo {
  height: 60px;
}

