h1 {
  color: black;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h2,
h3,
h4 {
  font-family: 'Fira Sans', sans-serif;
  ;
}


body {
  color: #1B0A0A;
  background-color: white;
  font-family: 'Nunito Sans', sans-serif;
  ;
  font-size: medium;
  line-height: 1.5;
  margin: 0;
  position: relative;
}

a {
  color: rgb(151, 24, 107);
}

a:link:active,
a:visited {
  color: #ffb7f8
}

.banner {

  align-content: center;
  padding: 0%;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

footer {
  color: black;
  background-color: #ccffcd;
  text-align: center;
  font-weight: bolder;
  padding: 20px 0 20px 0;
  margin: 30px 0 0 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;

}

section {
  padding: 0 15%;
  margin: 0;
}

table {
  border-spacing: 0;
}

th,
td {
  text-align: left;
  border-bottom: #1B0A0A solid 1px;
}

.autor {
  padding-left: 50px;
}

.menu a {
  text-decoration: none;
  color: black;
  font-weight: bolder;
  display: inline-block;
  padding: 20px 30px;
}

.menu li {
  display: inline-block;
}

.menu {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ccffcd;
  position: sticky;
  z-index: 1;
  top: 0;
}

.menu a:hover,
.menu a:focus,
a.active {
  background: #83c184;
}

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.banner {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.logo {
  display: flex;
  justify-content: center;
  border-radius: 90%;
  object-position: absolute;
  margin-top: 30px;
  margin-bottom: 30px;
}
