body {
  background-color: #ffffff;
  color: #1a3a6d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
  font-family: Arial, sans-serif;
}

img {
  max-width: 80%;
  height: auto;
}

h1 {
  font-size: 2rem;
  margin-top: 20px;
}