   #{
       margin: 0;
       padding: 0;
   }

   #titulo{
       font-family: sans-serif;
       color: red;
       margin-left: 7%;
   }

   fieldset {
       border:0;
   }

   body {
       background-color: rgb(255, 255, 255);
       font-family: sans-serif;
       font-size: 1em;
       color: rgb(0, 0, 0);
       margin-left: 36%;
       margin-top: 2%;
       justify-content: center;
   }

   input, select, button{
       border-radius: 5px;
   }

   .campo {
       margin-bottom: 1em;
   }