.footer {
      width: 100%;
      height: 80px;
      background-color: rgb(62 53 48);
      box-shadow: 0px 15px 15px 15px #0000004b;
      margin-top: 10%;
}

.footer__contact {
      padding: 20px;
      color: #f6f0e2;
      font-size: 18px;
      line-height: 2;
      text-decoration: none;
}

.footer__contact:hover {
      color: white;
      font-weight: 700;
}

.footer__contact:active {
      color: #e0c5ab;
      font-weight: 400;
}