body {
    font-family: sans-serif;
    background: #000;
    color: #eee;
    margin: 3px;
    padding: 0; 
}

h1 {
    text-align: center;
}

.accent {
    color: #ff0953;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.sound {
    border-radius: 5px;
    padding: 3px;
    background-color: #ff0953;
    color: white;
    margin: 3px;
    width: 85px;
    height: 85px;
    cursor: pointer;
    overflow: hidden;
}

.sound p {
    margin: 0;
}

.sound:hover{
    background-color: #ff457d;
}

.sound:active {
    background-color: #ff88ab;
}

.context {
    color: #ccc;
}

.disco {
    font-size: 5rem;
    text-align: center;
}
