/*frame*/
html {
    height: 100%;
}

body {
background: linear-gradient(90deg, #110547,#90159b);
 height: 100%;
margin: 0; 
}

/*canvas*/
#canvas {
    background-image: url("./pictures/background.png");
    background-size:cover;
    width: 1100;
    height: 600;
}

.wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}