html,
body {
  background-color: #FFD60A;
  color: #0F0B0C;
}

.social-media a{
  background-color: #0F0B0C;
  color: #FFD60A;
  width: 40px;
  height: 40px;
  padding-top: 0.7em;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.social-media a .fa-brands{
  font-size: 18px;
}