@font-face {
  font-family: AmaticSC;
  src: url('./AmaticSC-Regular.ttf');
}

body {
  font-family: AmaticSC;
  background-color: #363636;
  color: white;
}

.coming-soon-message {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  margin-top: 15%;
}

h1 {
    font-size: 72px;
}

img.coming-soon-img {
  margin: 0 auto;
  width: 450px;
}

@media (max-width: 890px) {
  .coming-soon-message {
	margin-top: 80% !important;
  }
  .coming-soon-message h1 {
    font-size: 72px !important;
  }
  .coming-soon-message h2 {
    font-size: 50px !important;
  }
  img.coming-soon-img {
    width: 50%;
  }
}