html,
body {
    margin: 0px;
    height: 100vh;
}

@font-face {
    font-family: "MS UI Gothic";
    src: url("./MS-UIGothic-02.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

marquee a {
    color: #ED1C24;
}

.contents>li {
    text-decoration: underline;
}

.options li {
    text-decoration: none;
    list-style: lower-alpha;
}

.options,
blink,
.albums {
    margin-bottom: 13px;
}

body {
    font-family: "MS Gothic", serif;
    color: #ED1C24;
    font-size: 13px;
}

ul {
    list-style-type: none;
}

marquee {
    height: 100%;
    width: fit-content;
}

p {
    font-weight: 500;
}

body>h3 {
    margin-left: 10px;
}

body {
    background-image: url("https://i.discogs.com/UGECmtsxgO-QikfbJsG3KQs1kixsSsai4YbrHnCY1z0/rs:fit/g:sm/q:90/h:600/w:600/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTQ0OTE5/NDItMTM2NjQzODE1/MS02OTk4LmpwZWc.jpeg");
    background-color: rgba(253, 232, 134, 1);
    background-blend-mode: overlay;
    background-blend-mode: color-burn;
    display: flex;
    align-items: center;
}

.links {
    height: fit-content;
    width: 16%;
    margin-left: 25px;
    border-right: 3px ridge rgb(99, 76, 2);
    border-left: 3px ridge rgb(99, 76, 2);
    border-bottom: 3px ridge rgb(99, 76, 2);
    background-color: #f7d00d;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    align-self: flex-start;
    padding-bottom: 20px;
}

.links u:first-of-type h3 {
    padding-top: 12px;
}

.links a {
    display: block;
    color: #ED1C24;
    padding-bottom: 3px;
}

.others a {
    padding: 0px;
}

.links>img {
    position: absolute;
    right: -75px;
}

.others {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
}

.links ol {
    margin-bottom: 37px;
}



.content {
    position: absolute;
    height: fit-content;
    border: 3px ridge rgb(99, 76, 2);
    display: inline-block;
    width: 45%;
    vertical-align: top;
    right: 0px;
    margin-right: 37px;
    background-image: url("https://i.discogs.com/UGECmtsxgO-QikfbJsG3KQs1kixsSsai4YbrHnCY1z0/rs:fit/g:sm/q:90/h:600/w:600/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTQ0OTE5/NDItMTM2NjQzODE1/MS02OTk4LmpwZWc.jpeg");
    background-color: rgba(253, 232, 134, 1);
    background-blend-mode: overlay;
    overflow-y: scroll;
    max-height: 90%;
}