
body {
  background-image: 
    url('img/barparedetijolos.jpg'),
    url('img/paredetijolos.jpg');
  background-size: 
    100% auto, 
    auto;

  background-repeat: 
    no-repeat,
    repeat;

  background-position: 
    top center;
  background-attachment: scroll;
  font-family: 'Courier New', monospace;
  color: #fefefe;
  padding: 2rem;
  line-height: 1.6;
}

#container {
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid #ffd54f;
  border-radius: 8px;
  max-width: 1000px;
  margin: auto;
  padding: 2rem;
  box-shadow: 0 0 25px rgba(255, 215, 64, 0.4);
}

h1,
h2,
h3 {
  color: #fff8dc;
  text-shadow:
    0 0 5px #ffeb3b,
    0 0 10px #ffeb3b,
    0 0 20px #fdd835;
  font-family: 'Georgia', serif;
  text-align: center;
  margin-bottom: 1rem;
}

p,
li {
  font-size: 1.1rem;
  color: #fffde7;
  margin-bottom: 1rem;
}

a {
  color: #ffee58;
  text-shadow: 0 0 5px #fbc02d;
}

a:hover {
  color: #fff176;
  text-shadow: 0 0 10px #fdd835;
}


.sidebar {
  background: rgba(33, 33, 33, 0.9);
  padding: 2rem;
  border-left: 3px solid #fbc02d;
}

.sidebar h3 {
  text-align: left;
}

.sidebar ul {
  list-style-type: square;
  padding-left: 1.2rem;
}

#jar-footer {
  text-align: center;
  padding: 1rem;
  color: #fff9c4;
  border-top: 1px dashed #fdd835;
  margin-top: 2rem;
}

#jar-supporting {
  background: url(img/cardapioMadeira.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px dashed #ffee58;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 8px;
  box-shadow: inset 0 0 10px rgba(255, 255, 204, 0.1);
}

#jar-supporting p,
#jar-supporting h1,
#jar-supporting h2,
#jar-supporting h3 {
  color: #ffffff;
  text-shadow:
    0 0 5px #ffffff,
    2px 2px 2px #000000,
    -2px -2px 2px #000000;
}