@font-face {
    font-family: Cooper;
    src: url(fonts/cooper.woff);
    src: url(fonts/cooper.woff2);
}
@font-face {
    font-family: Arial Black;
    src: url(fonts/arial-black.woff);
    src: url(fonts/arial-black.woff2);
}


body {
    margin: 0px;
}

header {
    font-family: Cooper;
    text-align: center;
    font-size: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-top: 0.9vh;
}
header a {
    text-decoration: none;
    color: black;
    transition: all 0.5s ease;
}
header a:hover {
    color: rgb(51, 51, 51);
}
.main-container {
    margin: 1vh auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.image-row {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.LP {
    position:relative;
    transition: all 0.2s ease;

}
.LP:hover {
    color: rgb(185, 68, 68);
}
.LP img {
    height: 30vh;

}
.name {
    margin-top: -15px;
    font-family: Cooper;
    font-size: 20px;
}
.format {
    margin-top: -20px;
    font-family: Cooper;
    color: #949494;
    font-size: 15px;
}
.price {
    margin-top: -20px;
    font-family: Cooper;
    font-size: 25px;
}
.CD img {
    margin-top: 30px;
    margin-bottom: 40px;
    height: 22vh;
}
.CD {
    transition: all 0.2s ease;
}
.CD:hover {
    color: rgb(185, 68, 68);
}
a {
    text-decoration: none;
    color: black;
}
.CLP {
    position:relative;
    transition: all 0.2s ease;

}
.CLP:hover {
    color: rgb(185, 68, 68);
}
.CLP img {
    height: 30vh;

}
.TAPE {
    position:relative;
    transition: all 0.2s ease;

}


.TAPE img {
    filter:opacity(50%);
    margin-top: 30px;
    margin-bottom: 40px;
    height: 22vh;
}
.availability {
    position: relative;
    font-family: Arial Black;

}