@font-face {
  font-family: "Geogrotesque";
  src: url("Geogrotesque.otf");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #e6e5e2;
  font-family: "Geogrotesque", sans-serif;
  position: relative;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("/images/bg.jpg");
  background-size: cover;
}

.wrapper {
  padding: 32px 60px 1px;
  width: fit-content;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}

.logo {
  width: 400px;
}

h1.coming-soon {
  color: #ffffff;
  font-size: 3rem;
  margin-top: 50px;
  width: auto;
}

h2.coming-soon {
  color: #ffffff;
  font-size: 2rem;
  margin-top: 20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 250px;
  }

  .coming-soon {
    font-size: 2rem;
  }
}
