html {
    background-color: #272727;
}

.width90Percent {
    width: 90%;
}
.width70Percent {
    width: 70%;
}

.width50Percent {
    width: 50%;
}

.abstandUnten {
    margin-top: 5px;
}

.abstandOben {
    margin-top: 15px;
}

.marginLeft15Percent {
    margin-left: 15%;
}


.marginLeft5Percent {
    margin-left: 5%;
}

.square-button {
    background-color: #48c78e;
    width: 64px; /* Passen Sie die gewünschte Breite an */
    height: 64px; /* Passen Sie die gewünschte Höhe an */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.square-button img {
    max-width: 80%; /* Passen Sie die Bildgröße nach Bedarf an */
    max-height: 80%; /* Passen Sie die Bildgröße nach Bedarf an */
    vertical-align: middle;
}


.music-controls {
    text-align: center;
    height: 120px;
}
.music-controls button {
    margin: 0 10px;
    font-size: 24px;
}