 body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
     /*background-color:rgb(221, 199, 235); */
     background-color:rgb(43, 48, 41); 
    background-image: url("../img/B_100.png") ;
    background-image: url("../img/dolar.png") ;
    background-repeat: repeat;
    background-size: auto;
    backdrop-filter: blur(0.5px);

}

#rectangulo{
    width:900px;
      height: 560px;
    background-color: rgb(35, 47, 33);
    z-index: -800;
    
 border-radius: 2%;
} 
#canvas{
    
    position: absolute;
    border-radius: 2%;
   /* border: solid rgb(255, 255, 255) 7px;*/
} 
