html {
  background-color: #0f6292;
  font-size: 15pt;
  font-family: "Zilla Slab", serif;
}

.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}

.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.container.centered {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.menu.container.main {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 30px;
  margin-left: auto;
  margin-top: 25px;
  height: fit-content;
}

.menu.container.sides {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 30px;
  margin-left: 2%;
  margin-right: auto;
  margin-top: 25px;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .menu.container.main,
  .menu.container.sides {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
}

.title.main {
  color: #000000;
  font-family: "Rock Salt", cursive;
  font-size: 5rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 20px;
}

.title.disclaimer {
  color: white;
}

.title.contact {
  color: #ffed00;
  font-size: 2.5rem;
}

.title.mainMenu {
  color: #16ff00;
  font-size: 2rem;
  text-decoration: underline;
}

.title.subMenu {
  color: #16ff00;
  font-size: 1rem;
}

.title.menu.sides {
  color: #16ff00;
  font-size: 1.5rem;
  text-decoration: underline;
}

.table.menu.main {
  font-size: 1.5rem;
  color: #16ff00;
  text-align: center;
  padding-top: 50px;
}

.table.menu.main td,
.table.menu.sides td {
  padding: 5px;
}

.table.menu.main img {
  max-width: 250px;
  height: auto;
  border: 1px solid #ffed00;
  display: block;
  margin: 5px auto;
}

.table.menu.sides {
  font-size: 1rem;
  color: #16ff00;
  text-align: center;
}

.table.menu.sides img {
  max-width: 150px;
  height: auto;
  border: 1px solid #ffed00;
  display: block;
  margin: 5px auto;
}

.fullsccreenImage {
  cursor: pointer;
}

footer {
  text-align: center;
  color: white;
  font-size: 1rem;
  margin-top: 25px;
}
