span.day {
    font-size: 15px;
    display: block;
    text-align: right;
}

b.time {
    font-size: 25px;
    display: block;
    text-align: right;
}

span.date {
    font-size: 15px;
    display: block;
    text-align: right;
}

h3.movie_name {
    color: #fbb032;
    margin: 0px;
}

.movie_data {
    margin: 0px;
    display: flex;
    gap: 6px;
}

img.kino_banner {
    width: 82px;
    display: block;
    margin: 0px 20px;
}

table.cinema_program > tbody > tr > td {
    vertical-align: top;
}

/* .left_side {
    width: 1050px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

div#landing {
    position: relative;
    height: 800px;
    overflow: hidden;
    width: 100%;
}

#landing > .left_side > .landing_container_left > h1 {
    color: rgb(219, 219, 219);
    font-size: 72px;
    font-weight: 900;
    margin: 0px auto;
    font-family: 'Poppins';
}

#landing > .left_side > .landing_container_left > p {
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 100;
}

#landing > .left_side > .landing_container_left > div > button {
    padding: 15px 24px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(251, 176, 50);
}

.right_side {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}