body{
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
button.voltar{
    position: fixed;
    top: 30px;
    left: 30px;
    color: white;
    border: none; 
    background-color: transparent;
  }