body{
    background: #000000;
    overflow: hidden;
}

canvas {
	cursor: crosshair;
	display: block;
}

.bg-body{
    margin: 1%;
    color: yellow;
    background-color: white;
    width: 100px;
    height: 100px;  
    font-size:100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.w-container{
    font-size: 500%;
    margin-top: 5%;
    margin-left: 25%;
    width: 800px;
    background-color: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.container{
    margin-top: 5%;
    background-color: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.f-body
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('rain.mp4') no-repeat center center;
    background-size: cover;
    z-index: -1;

}

#block4{
    position: relative;
}

#block5{
    position:absolute;
    right:-150px
}