body{
    height: 100vh;
    background: linear-gradient(
        to bottom,
        #000F08 68vh,
        #ffffff 32vh
    )
}
.main{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Open Sans", sans-serif;
}
.spacer{
    padding: 5% 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bungee-regular {
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.img{
    width: 500px;
}
.border {
    border-width: 3px;
    border-style: solid;
    border-color: whitesmoke;
    padding: 10px;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    color: white;
    border-radius: 10px;
}
.hidden {
    display: none !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}


.exo {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.row-item {
    display: inline-flex;
}


#calendarModal {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* CSS */
.button-54 {
    margin-top: 5%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.5em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-54:active {
    box-shadow: 0px 0px 0px 0px;
    top: 5px;
    left: 5px;
}


.qxCTlb{
    color:#000 !important;
    font-family: "Exo 2", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
}


@media (max-width: 600px) {
.img{
    width: 300px;
}
.button-54 {
    margin-top: 10%;
    padding: 0.25em 0.75em;
    font-size: 20px;
}
body{
    height: 100vh;
    background: linear-gradient(
        to bottom,
        #000F08 58vh,
        #ffffff 42vh
    )
}


}