body {
  margin: 0;
  background-color: #2F496B;
  display: flex;
  justify-content: center;
  font-family: 'Jersey 10', cursive;
  align-items: center;
  height: 100vh;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
a {
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  width: 100%;
  padding: 30px;
  height: 80vh;
  box-sizing: border-box;
  
}

.titulo-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.titulo {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.titulo1 {
  color: #7DECFF;
}

.imagem {
  max-width: 80%;
  height: auto;
  margin: 30px 0;
}

.botao {
  background-color: #7DECFF;
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 40px;
  text-align: center;
}
