html {
  background-color: hsl(0, 0%, 8%);
}

.social-links {
  background-color: hsl(0, 0%, 20%);
  color: white;
  font-size: 14px;
  font-family: 'Inter';
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 30vw;
  border-radius: 1rem;
}

h4 {
  color: hsl(75, 94%, 57%);
}

button {
  background-color: hsl(0, 0%, 20%);
  color: white;
  border-radius: 1rem;
  cursor: pointer;
  width: 20vw;
  margin-bottom: 0.5rem;
  font-weight: 600px;
  font-size: 20px;
  font-family: sans-serif;
  padding: 1rem;
  margin-top: 0.5rem;
}

button:hover {
  background-color: black;
}

button:active {
  color: black;
}

img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  width: 70%;
  padding: 0.5rem;
}

button img {
  display: flex;
  align-items: center; 
  padding: 2px 4px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  cursor: pointer;
  max-width: 5rem;
  max-height: 5rem;
  }

