.copyrights {
  background: #3f3b45;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 16px;
}

.socialWrap {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  text-align: center;
}

.shareHead {
  font-family: 'Saira Extra Condensed';
  font-size: 2.8rem;
  font-style: italic;
  margin: 0;
  line-height: 1;
}

.socialList {
  display: flex;
  justify-content: center;
  margin: 20px 5px;
}

.socialList__item {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0px 10px;
  transition: .1s;
}

.socialList__item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollTop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  width: 70px;
  cursor: pointer;
  transition: 0.5s filter;
}

@media screen and (min-width: 900px){
  .scrollTop {
    width: 100px;
  }
}

.scrollTop:hover {
  filter: brightness(1.2);
}