
body{
  background-color: rgb(39, 37, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}

canvas{
    border-radius: 1rem;
    border-width:0.2rem!important;
    border: rgb(251, 236, 206) solid;

}
 