

body {
 
  
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background:  url(img/gr.dacunha.png)center  repeat;
  
    
}



#titulo {
  padding: 20px;
 text-align: center;
  color: aliceblue;
  margin: auto;

}



.btn{
  border: 10px;
  color: aliceblue;
  font-weight: bold;
  background-color: blue;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
  
}

.text-input {
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.5em;
  width: 100%;
  height: 50px;
}


#caixa1{
    margin-top: 50px;
    padding-top: 10px;
    max-width: 500px;
    background-color: aliceblue;
    border-radius: 0.5em;
    align-content: center;
    size: 10px;

}



.footer{
  width: 100%;
  height: 80px;
  background-color: aliceblue;
  text-align: center;
}


