* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #833ab4;
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

h1 {
  font-family: 'Limelight', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  opacity: 0.7;
}

h4 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: black;
}

.soon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

img {
  width: 2rem;
}
.limelight-regular {
  font-family: 'Limelight', sans-serif;
  font-weight: 400;
  font-style: normal;
}
