
body {
    margin: 0;
    height: 100vh;
    background-image: linear-gradient(178.6deg, rgba(232,245,253,1) 3.3%, rgba(252,253,255,1) 109.6%);
        background-attachment: fixed; 
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}

h1 { 
    text-align: center;
    font-size: clamp(36px, 6vw, 75px);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: clamp(-5.5px, -1vw, -11px);
    color: #000000;
    position: relative;
    z-index: 10;
    margin-top: -30px; 
}

h2 {
    margin: 0 0 1px;
    font-size: clamp(18px, 3vw, 32px);
}

a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
text-transform: uppercase;
}

.container {
 min-height: 35vw;
    height: auto; 
    width: 85vw;
    background: #ffffff;
    border-radius: 40vw;
    border: 15px solid black;
    position: relative;
    margin-top: 20vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
                rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
                rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 5vw; 
}

.container:before {
    content: "";
    position: absolute;
    top: -8vw;
    box-sizing: border-box;
    height: 20vw;
    width: 20vw;
    left: 15vw;
    border-radius: 50%;
    border: 15px solid black;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background: #ffffff;
    transform: rotate(26deg);
}

.container:after {
    content: "";
    position: absolute;
    height: 40vw;
    width: 40vw;
    top: -16vw;
    left: 32vw;
    border-radius: 50%;
    box-sizing: border-box;
    border: 15px solid black;
    border-bottom-color: transparent;
    background: #ffffff;
    border-right-color: transparent;
    transform: rotate(55deg);
}

select {
    display: block;
    width: 65%;
    height: clamp(20px, 4vw, 50px);
    padding: 10px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: clamp(9px, 2vw, 18px);
    position: relative;  
    z-index: 10;  
    margin-top: clamp(-20px, -3vw, -50px);
        font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
        text-transform: uppercase;
}

.city {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: clamp(-1px, -0.2vw, -2px);
    font-size: clamp(9px, 2.5vw, 30px);
    margin: 0 auto;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.37);
    padding: clamp(10px, 2vw, 15px) 0;
    width: 65%;
    position: relative;  
    z-index: 10;  
}

.city:last-child {
    border: none;
}

.time {
    font-size: clamp(10px, 5vw, 55px);
    font-family: "Bitcount Grid Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    vertical-align: middle;
}

.time small {
    font-size: clamp(11px, 3vw, 45px);
    font-family: "Bitcount Grid Single", system-ui;
    line-height: clamp(20px, 3vw, 36px);
}

.date {
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    font-size: clamp(5px, 2vw, 15px);
    line-height: 1.2em;
}

.cities-link {
    display: block;
    text-align: center;
    margin-top: clamp(10px, 3vw, 20px);
    font-weight: bold;
    text-decoration: none;
    font-size: clamp(10px, 2vw, 20px);
    color: #000000;
    position: relative;  
    z-index: 10;  
}

footer { 
    text-align: center;
    font-size: clamp(10px, 2vw, 16px);
}
