body{
              background-color: #cecece;
          }
          h1{
              padding: 20px 0;
          }
          .container-form{
              width: 50%;
              padding: 20px 10x;
              margin: 0 auto;
              height: 100%;
              border:none;
          }
          label{
              font-size: 14pt;
          }
          input[type=text],input[type=email],input[type=tel],textarea{
              border-radius: 10px;
          }
          textarea{
              height: 100px;
          }
          #enviar{
              width: 100%;
              padding:20px 0;
              background-color: white;
              border:none;
              border-radius: 5px;
              
          }
          #enviar:hover{
              color:white;
              background-color: grey;
              cursor: pointer;
          }