.main-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-family: 'Amatic SC', cursive;
  color: #FFFFFF;
  font-size: 16px;
}

.main-container .logo-box {
  width: 60vw;
  max-height: calc(50% - 4rem);
  padding: 2rem 0;
}
.main-container .logo-box img {
  height: 100%;
  margin-left: 10%;
}

.main-container .info-box {
  width: 100vw;
  text-align: center;
  background: rgba(0,0,0,0.65);
}

.main-container h1 {
  height: 100%;
  margin: 0;
  text-align: center;
}

.text {
  font-size: 2rem;
}

.h1-text {
  font-size: 4rem;
  font-weight: bold;
}

.address {
  font-size: 2.3rem;
}

.main-container a {
  color: #FFFFFF;
  text-decoration: none;
}

.main-container a:hover {
  color: #780400;
}


@media (max-width: 800px) {
  .main-container .logo-box {
    width: 100vw;
    height: auto;
    padding: 2rem 0;
  }
}
