.footer {
  display: flex;
  align-items: center;
  justify-content: left;

  margin-top: 5rem;
  padding-top: 4rem;

  & a {
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    display: inline-block;
    padding: 5px 10px;

    & span {
      position: absolute;
      left: -20000px;
    }
  }

  & a[href='/rss.xml'] img {
    border: 2px solid #fff;
    border-radius: 6px 35px 6px 8px;
    box-sizing: border-box;
    object-position: 0 2px;
    width: 41px;
    height: 41px;
    margin-top: 3px;
  }

  & svg {
    width: 45px;
    height: 45px;
  }

  & path {
    fill: #fff;
  }
}
