xxxxxxxxxx
19
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
z-index: -1;
}
.sun{
height: 30vw;
width: 30vw;
margin-left: 35vw;
margin-right: 50%;
background-color: red;
border-radius: 50%;
display: block;
z-index: 99;
}