@charset "utf-8";
.coverarts {
    padding: 0 0 60px;
}
.covers {
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}
.cover-image {
    width: 85%;
    height: 100%;
    object-fit: cover;
}
.coverarts-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.cover-text {
    font-size: 15px;
}