body {
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
  flex-direction: column;
}

#container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
}

button {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* Estilos para o título */
#titulo {
  font-size:16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* Estilos para a imagem */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 500px;
}

h1 {
  font-size: 20px; /* Tamanho da fonte */
  font-weight: bold; /* Negrito */
  text-align: center; /* Alinhamento do texto */
  margin-bottom: 20px; /* Espaçamento inferior */
  color: #333; /* Cor do texto */
}