#homeFilmlijstContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 20px;
    gap: 10px;
}

#homeFilmlijstContainer .firstPart {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#homeFilmlijstContainer .secondPart::-webkit-scrollbar {
display: none;
}

#homeFilmlijstContainer .secondPart {
-ms-overflow-style: none;  
scrollbar-width: none; 
}

#homeFilmlijstContainer .secondPart {
    margin-left: -20px;
    gap: 20px;
    height: auto;
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
}


#homeFilmlijstContainer .titleClass {
    font-size: 19px;
    font-weight: bold;
}

#homeFilmlijstContainer .secondaryClass {
    font-size: 14px;
    color: white;
}

#homeFilmlijstContainer .movieContainer {
    max-width: 145px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* justify-content: space-between; */
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
}

.movieImgContainer {
    max-height: 210px;
    width: 100%;
    overflow: hidden;
}

.movieImgContainer img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.movieTxtContainer {
    gap: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.movieTxtContainer .p1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.movieTxtContainer .p2{
    gap: 5px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.movieTxtContainer .p2 i{
    color: #FFE601;
    font-size: 12px;

}
.movieTxtContainer .p2 p{
    color: white;;
    font-size: 12px;

}
.movieTitle {
    color: white;
    font-size: 19px;
    font-weight: 700;

}

.moviePeggie {
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    z-index: -1;
    background-color: white;
    border-radius: 50%;
    min-width: 20px;
    width: auto;
    height: 20px;
}

#homeMovieContainer {
    padding: 0 20px 0 20px;
}
main {
    height: calc(100vh - 130px - 75px - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#stemhierContainer {
    gap: 10px;
    padding: 0 20px 0 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.stemhierContainer {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    width: 100%;
    height: 146px;
    background: var(--button-colour, linear-gradient(87deg, #FF986D 1.73%, #F67766 98.36%));
}
#stemhierContainer .firstPart .titleClass {
    font-size: 19px;
    font-weight: 700;
}
.stemcontOne {

    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}
.stemcontOne svg:nth-of-type(1) {
    margin-left: -15px;
}
.stemcontOne svg:nth-of-type(2) {
    margin-left: -15px;
}
.stemcontTwo {
    padding-right: 20px;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.stemcontTwo p {
    font-size: 19px;
    font-weight: 700;
}



#stemhierContainer {
    color: white;
    text-decoration: none;
    gap: 10px;
    padding: 0 20px 0 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.stemhierContainer {
    text-align: center;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    height: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    width: 100%;
    background: var(--button-colour, linear-gradient(87deg, #FF986D 1.73%, #F67766 98.36%));
}
#stemhierContainer .firstPart .titleClass {
    font-size: 19px;
    font-weight: 700;
}
.stemcontOne {

    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}
.stemcontOne svg:nth-of-type(1) {
    margin-left: -15px;
}
.stemcontOne svg:nth-of-type(2) {
    margin-left: -15px;
}
.stemcontTwo {
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 10px;
}
.stemcontTwo p {
    font-size: 19px;
    font-weight: 700;
}

.voting-result-container {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.top-film-position {
    /* a nice white shadow */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
    margin: 0 5px;
    overflow: hidden;
    width: 100%;
}
.top-film-position img {
    width: 100%;
    object-fit: cover;
}

.position-first {
    height: 150px;
}
.position-second {
    height: 140px;
}
.position-third {
    height: 130px;
}
