@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");

.navbar {
  text-shadow: 0 0 4px #000;
  background-image: linear-gradient(to right, #da4453, #ca355c, #b72a63, #a12468, #89216b) !important;
  min-height: 60px;
  font-size: 1rem;
}

.nav-link {
  color: #fffc !important;
  margin-inline: 0.2rem;
}
.nav-link:hover {
  color: #fff !important;
  transition: all 0.2s;
}

body {
  font-family: PT Serif;
  text-align: justify;
}

.frontpage {
  background-image: linear-gradient(to right, #da4453, #ca355c, #b72a63, #a12468, #89216b);
  color: #fff;
  text-shadow: 0 0 4px #000;
  padding-bottom: 2rem;
}

.section1 h3 {
  color: #da4453;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.section1 h4 {
  color: #89216b;
  background-color: #fffc;
  display: table !important;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  box-shadow: 0 2px 4px #666;
}

.list-group-item {
  border: none;
  background: none;
}
