
body{
background-image: url(fundo.png);
background-size: 100%;
}
button {
background-color: white;
color: black;
border: 2px solid #6b7fc1;
padding: 2px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 0px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
button:hover {
background-color: #6b7fc1;
color: white;}

