body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background:#240406;
}
img.responsive {
  width: 100%;
  height: auto;
}
.social-icons {
  text-align: center;
  padding: 20px 0;
}
.social-icons a {
  color: #eec776;
  margin: 0 15px;
  font-size: 34px;
  transition: transform 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.1);
}
.social-icons .divider {
  color: white;
  margin: 0 10px;
  font-size: 24px;
}