@media (min-width: 300px) {
  .social-icons {
    color: #313437;
    background-color: #061322;
    text-align: center;
    padding: 10px 0;
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

