html body #app .homebanner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/images/mobile.jpg?e7a10b56805a410feaf4dd4b36bef00c);
}

html body #app .homebanner .center {
  width: 90%;
}

html body #app .homebanner .center .subtitle {
  font-size: 1.4em;
}

html body #app .homebanner .center .title {
  color: white;
  font-size: 3em;
}

.navbar-brand {
  position: relative;
}

.navbar-brand .navbar-burger {
  position: absolute;
  right: 0;
  top: 0;
}

.timings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

