header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: indianred; /* Example background color */
  color: white; /* Example text color */
  padding: 0px;
  box-sizing: border-box; /* Include padding in the element's total width and height */
  z-index: 1000; /* Ensures the header stays on top of other content */
  text-align: center;
  text-justify: inter-word;
}
header li {
  display: table-cell;
  padding: 0px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  
}
header ul {
  padding:0px;
  margin:2px;
}
a {
  color: whitesmoke;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background-color:
  white;
  font-size: 2.7vw;
  margin-top: 80px;
  padding-top:50px;
  width: 85vw;
  margin: 0 auto;
}
.a {
  color: white;
  background-color: black;
  margin: 0 auto;
  padding: 2vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
}
.b {
  margin: 0 auto;
  color: white;
  padding: 2vh;
  background-image: linear-gradient(to bottom, black, white);
}
.c {
  color: black;
  background-color: white;
  margin: 0 auto;
  padding: 2vh;
  font-size: 3.5vw;
}
.chefe {
  padding: 2vh;
  margin: 0 auto;
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 60vw;
  border: 1px solid black;
  background-color: floralwhite;
  color: black;
  text-align: justify;
  box-shadow: 0.7vw 0.7vw 0px bisque;
}
.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

p {
  font-family: "Caveat", cursive;
  font-size: "120%";
}

p2 {
  font-family: "times new roman", Times, serif;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-justify: inter-word;
}

p3 {
  font-family: "caveat", cursive;
  font-size: "120%";
}