*
{
    margin: 0;
    padding: 0;
}
html,
body
{
    overflow: hidden;
    background: transparent;

}

.canvas__wrapper {
    display: block;
    width: 100vw;
    height: 100vh;

    position: relative;

    overflow: hidden;
}

.canvas {
    width: 100% !important;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}
.contenu__musique{
    position: relative;


    z-index: 2;
}
.titre__instru{
    display: flex;
    justify-content: center;
    font-size: 47px;
    font-family: "Archivo Black", sans-serif;

    margin: 0px 0px 71px 0px; 
    text-align: center;
    background: #FFFAFA;
    color: #53C07B;
    padding: 47px 14px 14px 14px;
    border-radius: 0px 0px 10px 10px;
}
.image__tuto{
    display: flex;
    justify-content: center;
    left: 10px;
    top: 100vw;
}



.syne{
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  