body {
  font-family: "Noto Sans";
}

.logo {
  width: 400px;
  height: 443px;
  background-image: url("./assets/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-text {
  font-size: 1.7rem;
}

.h-100vh {
  height: 100vh;
}

.coming-soon {
  margin-top: 100px;
  font-size: 4.7rem;
  font-weight: 500;
}
