@font-face {
  font-family: FonteTitulo;
  src: url(/fonts/Wedding.otf);
}

body {
  background-color: white;
  color: black;
  padding: 250px 0 0 0;
  box-shadow: 0 0 1em grey;
}

.container {
  padding: 10px;
}

.lista-cardapio {
  background-color: rgba(127, 127, 127, 0.2);
}

.cardapio-titulo {
  font-family: serif;
  font-size: 4em;
  color: black;
  border-bottom: 1px solid black;
}

.cardapio-subtitulo {
  color: black;
}

.cardapio-texto {
  font-weight: bold;
}

.rodape {
  font-size: 14px;
  position: relative;
  left: -10px;
  width: 100%;
  max-width: 800px;
  padding: 0;
}

.rodape a {
  text-decoration: none;
  color: #ff5555;
}

.natal-decor {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 800px;
  height: 683px;
  background-image: url(/images/cardapio/natal.webp);
  z-index: -2;
}

.natal-gradiente {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 800px;
  height: 683px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  z-index: -1;
}
