.button-row {
  display: flex;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  align-items: center;
}

.menu-button {
  position: fixed;
  top: 1rem;
  left: 316px;
  z-index: 1000;
  background: white;
  border: 3px solid rgb(197, 196, 196);
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-button:focus {
  background-color: rgb(239, 237, 237);
}

.banner-button{
  display: inline-flex;
  cursor: pointer;
  color: #f6f7f8;
}

.banner-button i.material-icons {
  font-size: 20px;
}
