* {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------*/

.container {
    margin-top: 15px;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.canvas-one {
    border: 1px solid red;
}

.buttons-container {
    display: flex;
    flex-direction: row;
}

.play-button, .reset-button, .sound-off-on-button {
    margin-top: 6px;
    margin-left: 15px;
    height: 50px;
    width: 250px;
    font-size: 33px;
}

/*-------------------------------------------------------------------------------------------------------------*/

.controls-container {
    position: fixed;
    left: 0vw;
    font-family: Bahnschrift, sans-serif;
    color: black;
    border: 2px solid black;
    font-size: 150%;
    margin: 10px 10px;
    padding: 10px 10px;
    user-select: none;
}

.music-copyright {
    position: fixed;
    top: 10vh;
    width: 10%;
    font-family: Bahnschrift, sans-serif;
    color: black;
    border: 2px solid black;
    font-size: 150%;
    margin: 10px 10px;
    padding: 10px 10px;
    user-select: none;
}