body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: rgb(225, 228, 231);
  font-family: Arial, sans-serif;
}

.card {
  background-color: aliceblue;
  box-shadow: 0 2px 4px rgba(67, 65, 65, 0.1);
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  text-align: center;
}

.card-title {
  font-weight: 700;
}
.card img {
  max-width: 1900%;
  height: auto;
  border: none;
  border-radius: 10px;
}

.attribution {
  margin-top: 20px;
  font-size: 12px;
  color: #2c2525;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: #4a4c4e;
  text-decoration: none;
}

.attribution a:hover {
  text-decoration: underline;
  color: purple;
}
