
.emphasis {
  font-weight: bold;
}

h4 {
  margin-top: .5rem;
}


ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

h1.logo {
  font-size: calc(3rem + 1vw);
  color: #333;
  font-weight: 100;
  border-bottom: 0.6rem solid #333;
  border-top: 0.6rem solid #333;
}

h2 {
  font-size: calc(1.7rem + 0.7vw);
  color: #333;
  font-weight: 100;
}

.title_container {
  display: flex;
  justify-content: center;
}