

body {
	background-image: url("https://i.pinimg.com/originals/fd/24/26/fd242697f3bbfff8bb529a59de243d00.jpg");
	background-size: cover;
}

h3 {
	font: 20pt Blippo, fantasy;
	color:white;
	text-shadow: 0.1em 0.1em 0.2em black;
    text-align: center;
}

.texto {
	font: 20pt Blippo, sans-serif;
	color: black;
	text-shadow:0.2em 0.2em 0.2em #fff;
    text-align:center; 
    text-indent:0em
}

h1{
  font: 18pt Blippo, fantasy;
  color:white;
  text-shadow: 0.1em 0.1em 0.2em black;
   text-align: center;

}

.form{
  font: 18pt Optima, sans-serif;
  color:#40E0D0;
  text-shadow: 0.1em 0.1em 0.2em black;
    text-align:left; 
}

.dica{
      font: 16pt Optima, sans-serif;
  color:#00FA9A;
  text-shadow: 0.1em 0.1em 0.2em black;
    text-align:left; 
    text-indent:0em


}


.btn {
  box-shadow:none;
font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  width: 165px;
  height: 35px;
  background-color: #FBE4E8;
border:solid 1px;
  border-radius: 5px;
  border-color: #fff;
  color: #E5516E;
  text-decoration:none;
  margin-left: 585px;
  margin-top: none;
}

.table{
  width: 100%;
  margin-bottom : .5em;
  text-shadow:white;
  table-layout: fixed;
  text-align: center;
  font-family: Optima, sans-serif;
  font-size: 16pt;
  color:white
  
}