body{
    background: var(--60-dark, #000000);
    width: auto;
    height: fit-content;
}

.ticketmenow1{
    top: 100px;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%; /* 135.2px */
    letter-spacing: -2.6px;
}

.coming-soon{
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%; /* 135.2px */
    letter-spacing: -2.6px;
}

.frame-wrapper{
    width: 100%;
    top: 100px;
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 200px;
}