body {
  background-image: url(bagelbackground.png);
  background-size: 900px 900px;
  font-family: baskerville;
  padding: 20px;
}

h1 {
  font-size: 30px;
  color: #E5AC27;
  margin-top: 0;
  margin-bottom: 15px;
}

h2 {
  font-size: 28px;
  color: #C04F28;

}
h1,h2, p {
  text-align: center;
}

.menu {
  width: 80%;
  background-color: #FFEDAD;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
}

img {
  display: block;
   margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  
}

hr {
  height: 2px;
  background-color: #E5AC27;
  border-color: #E5AC27;
}

.bottom-line {
  margin-top: 25px;
}

h1, h2 {
  font-family: gill sans;
}

.item p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.flavor, .dessert {
  text-align: left;
  width: 75%;
}

.price {
  text-align: right;
  width: 25%;
}

/* FOOTER */

footer {
  font-size: 14px;
}

.address {
  margin-bottom: 5px;
}

a {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: brown;
}

a:active {
  color: brown;
}
.slides {
  display: grid;

  gap: 1rem;

  grid-auto-flow: column;
  overflow-y: auto;
  padding: 20px;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slides > img {
  scroll-snap-align: start;
}

.slides img {
  width: 150px;

  object-fit: contain;
}

.slides::-webkit-scrollbar {
  display: none;
}
