
/* @font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf');
} */

* {
  box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif;
  /* background-color: #3f0005; */

  background: #3f0005;
  background: linear-gradient(167deg, rgba(22,0,2,1) 0%, rgba(63,0,5,1) 100%);

  height: 100vh;
  display:flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.logo-container {
  /* display: flex;
  align-items: center;
  justify-content: center; */

  display: flex;
  flex-direction: column;
  width: 55vw;
  height: 55vh;
  margin: auto;

}

.logo-container img {
  /* width: 100%;
  height: 100%;
  max-width: 500px; */
  margin:auto;
  width: 50vw; height: 50vh;
}

.coming-soon {
  color: white;
  font-size: 3vh;
  text-align: center;
  margin-top: 0;
}