.mainContent {
    display: grid;
    justify-content: center;
    padding-top: 1vh;
}.tierListDiv {
    text-align: center;
}

.tierListBlock {
    width: 80vw;
    max-width: 80vw;
    display: table;
    background-color: gray;
    padding: 0.2%;
    table-layout: fixed;
}

.tierListRow {
    width: 100%;
    max-width: 100%;
    height: 8vh;
}

.movieCard {
    width: 5vh;
    height: 8vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tierList10 {
    background-color: #3ABA44;
}

.tierList9 {
    background-color: #64FF4F;
}

.tierList8 {
    background-color: #8DFC4C;
}

.tierList7 {
    background-color: #BAF849;
}

.tierList6 {
    background-color: #FFF345;
}

.tierList5 {
    background-color: #FFD145;
}

.tierList4 {
    background-color: #FFB545;
}

.tierList3 {
    background-color: #FF8F45;
}

.tierList2 {
    background-color: #FF6A45;
}

.tierList1 {
    background-color: #FF4545;
}.loginBox {
    border-color: black;
    border: 2px solid;
    width: 40vw;
    height: 40vh;
    border-radius: 10px;
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 1%;
}

.loginButton {
    height: 2vh;
    width: 10vw;
    justify-content: center;
    text-align: center;
}

.loginInput {
    height: 3vh;
    width: 20vw;
}

.passwordVisButton {
    width: 1.5vw;
    height: 1.5vw;
}