body {
    font-family: Arial, sans-serif;
    background-color: #212121;
    color: white;
}

header {
    text-align: center;
    color: #b3b3b3;
}

footer {
    text-align: center;
    color: #b3b3b3;
}

#albumCover {
    display: none;
    width: 222px;
}

.info {
    color: #757575;
}

fieldset {
    margin-bottom: 20px;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
}

fieldset p {
    margin-bottom: 5px;
}

fieldset table {
    margin-bottom: 5px;
}

fieldset button {
    margin-bottom: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #757575;
    padding: 8px;
    text-align: left;
}

th:nth-child(1), td:nth-child(1) {
    width: 10%;
}

th:not(:first-child), td:not(:first-child) {
    width: 22.5%;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #1db954;
    color: black;
    margin: 5px;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

button:disabled {
    background-color: #bbb;
}

a {
    color: #1db954;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

fieldset, table, th, td {
    border-color: #757575;
}
