body {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom right, #346FAF, #AEDBF8);
  color: white;
  margin-top: 60px;
}

.container {
  width: 80%;
  margin: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
}

#btn_voltar{
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
  height: auto;
}
#local_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  top: 10px;
}