

*{
    margin: 0;
    transition: all 1s;
}

body{
    background: #bdbdbd;
}

#canvasContainer{
    display: flex;
    justify-content: center;
}

#mg{
    background: wheat;
    position: absolute;
    top: 100px;
    left: 100px;
    /*height: 80%;
    width: 80%;
    */
    
    border: 1px solid black;
    border-radius: 8px;
}












