* {
    user-select: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}

.album_artwork {
    width: 100%;
}

body {
    background: rgb(25, 24, 24);
}

a {
    text-decoration: none;
    color: black;
}

.album_desc, .album_artist {
    cursor: default;
}

.album_desc {
    font-size: 20px;
    cursor: default;
    user-select: none;
}

.album_artist {
    font-weight: bolder;
    font-size: 20px;
}

.album_details h2 {
    cursor: default;
    color: black;
}

.album_details h2:hover {
    cursor: pointer;
    color: red;
}
