.albums {
    background-color: black;
    color: yellow;
    font-family: "Conv_PrintChar21";
    overflow: hidden;
}
.albums .cross {
    font-size: 500px;
    position: absolute;
    top: 0;
    font-family: "Verdana";
    color: #710cf0;
    opacity: 0.7;
    pointer-events: none;
}
.albums .nomar {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.albums .bgtext {
    opacity: 0.3;
    position: absolute;
    top: 0;
    font-size: 20px;
    line-height: 1.4;
    pointer-events: none;
    color: white;
}
.albums .blu {
    color: #9745ff;
    opacity: 1.4;
}
.albums .titlebox1 {
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 200px;
    right: 200px;
}
.albums .title1 {
    font-size: 55px;
    width: 500px;
    padding: 30px;
    border: 4px dashed white;
    color: white;
}
.albums .top-right-albums {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "Conv_PrintChar21";
    font-size: 20px;
    text-align: right;
    pointer-events: none;
    color: white;
}
.albums .yearlink {
    color: #710cf0;
    background-color: transparent;
    text-decoration: none;
}
.albums .top-left-albums {
    writing-mode: vertical-rl;
    color: white;
    background-color: #710cf0;
    position: absolute;
    top: 0;
    left: 0;
    height: 96vh;
    font-family: "Verdana";
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.albums .overlay {
    color: #7e4b7f;
}
.albums .overlay:hover {
    color: transparent;
}