* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
main {
  margin-top: 80px;
  position: relative;
}

.emanas-main-container {
  width: 100%;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  overflow: hidden;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coming-soon-text {
  width: 586px;
  color: rgba(192,50,109,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 110px;
  opacity: 1;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}