@media (max-width: 900px) {
  .menu-button {
    justify-self: end;
    width: 40px;
    height: 40px;
  }

  .menu-button i {
    margin: 6px auto;
  }
}
