    *{
    margin:0;
    padding: 0;
    box-sizing: border-box;

   
  }
  .title{
    font-size: 2em;
  }
  #container-forma-canvas{
    display: flex;
    flex-direction: row;
    height: auto;
 
    padding: 30px;
    background-color: rgb(213, 221, 138);
    width: 100%;
   }
    #forma{
width: 30%;
height: 80%;
margin: 40px;
margin-right: -200px;
    }
    #forma input{
      margin:20px;
    }
    /* .container{

    } */
    #canvas{ 
      position:absolute;
      margin-top: 150px;
      height: 100%;
      right: 5%;
      max-width: 60%;
      background-color: rgb(71, 73, 66);
      
    }
