.sociallist {
  display: flex;
  justify-content: center;
}

.sociallist__item {
  margin: 10px 15px;
}

.sociallist__item path{
  transition: 0.5s;
  fill: #241F21;
}

.sociallist__item--twitter path{
  fill: #55acee;
}

.sociallist__item a:hover path{
  opacity: 0.6;
}

.copyrights {
  text-align: center;
}

.copyrights>small {
  font-size: 0.8rem;
  font-weight: 600;
}