body {
    padding-bottom: 10px;
}

.about {
    width: 600px;
}

.after_about {
    width: 600px;
    font-size: 0.8em;
}

.grid {
    display: grid;
    grid-template-columns: 590px 590px;
    gap: 10px;
}

.card {
    /*border: 1px black solid;*/
    display: flex;
    background-color: #f1f1f1;
}

.card img {
    width: 200px;
    height: 100%;
    margin-right: 10px;
}

.album_info {
    /*border: 2px red solid;*/
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    display: block;
}

.card pre {
    color: #bababa;
    margin-top: 20px;
}

/* wow i had to redo this part cause i fucked up making <p> shit*/
/*i suck at css okay dear god*/
.title {
    color: black;
    font-weight: 700;
    font-size: 2em;
    white-space: wrap;
}

.author {
    color: black;
    font-weight: 500;
    font-size: 1.2em;
}

.runtime {
    color: black;
    font-size: 1.1em;
}

.E {
    color: red;
    font-weight: 700;
    font-size: 2em;
}

.favorite_song {
    color: black;
}

.note {
    color: black;
    white-space: wrap;
}

.goback {
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.footer {
    color: #bababa;
}
