.text-field {
  margin: 0px 10px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: black;
}

.name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  flex-basis: 25%;
  font-size: 1.5rem;
  color: white;
  margin: 0px 30px;
}

.font-size-18px {
  font-size: 18px;
}

.hover {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
}
.hover:hover {
  color: white;
}

.white {
  color: white;
}

#interests {
  text-align: center;
  font-size: 30px;
  margin: 50px;
}

#interests-hr {
  margin: 50px;
}

#notes-blank {
  position: relative;
  top: 50px;
  font-size: 40px;
}

#notes-blank.regular {
  text-align: left;
  position: relative;
  font-size: 18px;
}

.theorem {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.section,
.subsection {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.subsection {
  font-size: 1.1rem;
}

.password {
  font-size: 1.3rem;
}

#incorrect-pw {
  color: red;
}

.wed-title,
.filter {
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
  margin: 5px 0px;
}

.wed-title {
  padding: 0px 50px;
  margin-top: 15px;
}

.wed-title.not-first {
  margin-top: 25px;
}

#filter-title {
  margin-bottom: 10px;
}

.date-label {
  font-size: 0.9rem;
}
