body {
  margin: 0;
  padding: 0;
  background-color: #380586;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content img {
  max-width: 300px;
  height: auto;
}

footer {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  text-decoration: underline;
}

.footer-links {
  margin-bottom: 10px;
}
