/*-----------------*/
/*Footer*/
/*-----------------*/

.footer {
  grid-area: ft;
  background-color: #eeebe1;
  text-align: center;
  margin: 0 0 20px 0;
}

.social {
  padding: 30px 0 0 0;
}

.social-links {
  padding: 20px 0 20px 0;
}

.copyright p {
  font-weight: 100;
  font-size: 12px;

}