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

.content {
  text-align: center;
}

.content img {
  width: 100%;
  max-width: 300px;
}

.content p {
  margin: 20px 0;
}

.content a {
  color: #333;
  text-decoration: none;
}