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;
}
