* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.welcome-section {
  border: 0px solid black;
  margin: 30px auto 30px auto;
  /*background-color: aqua;*/
}

.great-title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 5rem;
  margin: 30px auto;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url(img/bg-night.png);
  background-clip: text;
  background-attachment: fixed;
  background-position: center -100px;
  filter: drop-shadow(0px 0px 1px black);
}

.content-section {
  font-family: "Comme", sans-serif;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
  max-width: 700px;
  margin: 10px auto;
  padding: 0 10px;
}

.content-section a {
  text-decoration: none;
  font-weight: bold;
}
.content-section a:hover {
  opacity: 0.7;
}

ul {
  padding-left: 1.5rem;
}

.label {
  background-image: url(img/tile.png);
  background-repeat: repeat-x;
  background-position: center;
  margin: 1.5rem 0 0.5rem;
}

.label h2 {
  background-color: #713985;
  color: #ffffff;
  border-right: 3px solid white;
  display: inline;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
}

.label--secondary {
  background-image: url(img/tile2.png);
  background-repeat: repeat-x;
  background-position: center;
  margin: 1.5rem 0 0.5rem;
}
.label--secondary h2 {
  background-color: #e4d3ea;
  color: #3b3b3b;
  border-right: 3px solid white;
  display: inline;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
}

.board {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.panel {
  border: 1px solid #e4d3ea;
  color: #000;
  border-spacing: 0;
}

.panel thead {
  background-color: #e4d3ea77;
  border-bottom: 1px solid #e4d3ea;
}

.panel th,
.panel td {
  padding: 0.1rem 0.5rem;
}

.panel a {
  color: #713985;
  font-weight: normal;
}

footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  text-align: center;
}
footer img {
  height: 5rem;
}

.bookauthor {
  display: block;
  font-size: 0.7rem;
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 0.7;
  margin-bottom: 5px;
}
