button.llegada-button.focused {
  outline: 2px solid #7fb8f5;
  background-color: #007bff;
  outline-offset: 2px;
  color: white;
}

.banner {
  background-image: url("/static/bg.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}