body {
  margin: 0;
  background: #eaf4ff;
  font-family: Arial, sans-serif;
}

div {
  text-align: center;
  background: #eaf4ff;
  color: #2b4c7e;
  padding: 40px;
  min-height: 100vh;
}

button {
  background: #a9d6ff;
  color: #1f3556;
}

.logo {
  width: 500px;
}

#resultados p {
  text-align: justify;
}