body{
  font-family: Poppins, Roboto, Helvetica, sans-serif;
  background-color: #191923;
  color: white;
}

.img{
  width: 200px;
  border: 13px solid rgba(45, 45, 58, 0.5);
}

footer{
  font-size: 14px;
  text-align: center;
}

/* Social icons */
.social{
  display: flex;
  flex-direction: row;
}

.social-item {
  position: relative;
  display: block;
  padding: 0 1rem;
  text-decoration: none;
}

.social-item i{
  font-size: 40px;
  color: #fff;
}
