body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    
    margin: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mainpage {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
    background-color: #404040;
    width: 100%;
    height: 100%;
}

.mainpage h1 {
    font-size: clamp(2rem,4vw,10rem);;
    color: #D4D4D4;
}

.result-grid {
    width: 95%;
    height: 90%;
    display: grid;
    grid-template-columns:  19vw 19vw 19vw 19vw 19vw;
    gap: 0.5vw;
}

.covercontainer {
    width: 18vw;   
    max-height: 23vw;
    margin-bottom: 2rem;
    display: block;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: fill;
}