.centered-image {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
}

body {
  background-color: #dcdcdc;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

footer {
  text-align: center;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.social-links a {
    color: #9ca3af;
    transition: color 0.15s ease;
}

.social-links a:hover {
    color: #374151;
}

.social-links svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}
