html {
    background: #dad6d3;
    color: #000;
    font-family: "MS Gothic";
    font-size: 13px;
}
body {
    position: relative;
    margin: 0;
    width: 900px;
    height: 600px;
}
.container {
    width: 900px;
    height: 600px;
    background: #dad6d3;
}
.go-back {
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: .3;
}
.go-back a {
    text-decoration: none;
}
.text {
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 584px;
    padding: 8px;
    text-transform: lowercase;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
p {
    line-height: 1;
}
a {
    color: #000;
    font-weight: bold;
}
h1, h2, h3 {
    margin: 0;
}
ol {
    list-style-position: inside;
    padding: 0 4px;
}
ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.2;
}
li.favorite {
    font-weight: bold;
}
#albums li:hover, #albums li:focus {
    background-color: #000;
    color: #dad6d3;
}
li.game {
    text-transform: capitalize;
}