.filters {
    margin-left: 5%;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: 50px;
    position: fixed;
    top: 0;
    padding-top: 60px;
}

.filters2 {
    margin-left: 5%;
    margin-top: 12%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: 50px;
    position: fixed;
    top: 0;
    padding-top: 60px;
}

#lab {
    color: white;
}

.imdb_id {
    text-align: center;
    margin-top: 25%;
}

.runtime {
    color: white;
    text-align: center;
    margin-top: 50px;
}

#imdb {
    width: 50%;
    text-align: center;
    color: white;
    font-size: 25px;
    background-color: transparent;
}

#runt {
    width: 50%;
    text-align: center;
    color: white;
    font-size: 25px;
    background-color: transparent;
}

#surprise {
    font-size: 20px;
    border-radius: 17px;
    border: none;
    padding: 15px;
    background-color: rgb(115, 40, 152);
    color: white;
    border: solid black;
    cursor: pointer;
}

#surprise:hover {
    border: solid white;
}

