.main-background {
    background-color: #c9dfec;
  }

.sub-background {
    background-color: #fb700d;
}

.main-image {
    display: block;
    /* max-width: 600px; */
    max-height: 350px;
    width: auto;
    height: auto;
    margin-top: 0.75cm;
    margin-bottom: 0.75cm;
    }

#coming-soon {
    margin-top: -1.25cm;
    margin-bottom: 0.25cm;
    font-family: 'Dancing Script', cursive;
    /* font-size: 100px; */
    color: #fb700d;
    font-size: min(15vw,100px);
    }

.text {
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
}

.subtext {
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 0.5cm;
}

.social {
    max-height: 30px;
    margin-top: -0.5cm;
}