.main-list-page{
    color: #D4D4D5;
    background-color: #292929;
    opacity: 1;
    height: calc(100vh - var(--footerHeight));
    width: calc(100vw - 260px);
    overflow-y: auto;
}
.main-list-page h2{
    font-size: 2.1875rem;
    font-weight: bold;
    opacity: 1;
    margin-left: 30px;
}

.main-list-page span{
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
}

.main-list-page p{
    font-size: 1.125rem;
    margin-bottom: 40px;
    color: #D4D4D5;
    font-weight: 300;
}

.list-title{
    display: flex;
    gap: 1.5rem;
    width: 100%;
    height: 5.4vh;
    margin-bottom: 3rem;
    justify-content: space-between;
    align-items: center;
}

.list-title h2{
    font-size: 1.5rem;
    margin:0;
}

.list-title img{
    max-height: 100%;
    max-width: 100%;
}
