
@import '../../atoms/link/link';

.footer {
  text-align: right;
  background-color: red;
  padding: 16px;

  a + a {
    margin-left: 20px;
  }
}
