.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

@media (max-width: 750px) {
    .hero-content {
    font-size: 1.5rem;
    padding: 15vh 8vw;
    }
}

.content {
    max-width: 600px;
    margin: 60px auto;
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 6px;
}

select {
    display: block;
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    font-size: 18px;
}

.city {
    display: flex;
    margin: 20px 20px 10px 20px;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.date {
    opacity: 0.7;
    margin-bottom: 25px;
}

.time {
    font-size: 48px;
    font-weight: bold;
}

.time small {
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 36px;
}

h2 {
    margin: 0 0 5px;
    font-size: 32px;
}

footer {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

a {
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    padding-left: 5px;
    transition: all 200ms;
}

a:hover {
    color:rgb(48, 97, 202);
}