h1{
    font-size: 4rem;
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: var(--header-font);
    font-weight: 150;
    line-height: 1.1;
    text-transform: uppercase;
}

.coming-very-soon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}