.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-dw-pica-sc-regular {
  font-family: "IM Fell DW Pica SC", serif;
  font-weight: 400;
  font-style: normal;
}

.new-tegomin-regular {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 10;
}

.header_box {
  display: flex;
  flex-direction: row;
  padding-left: 125px;
}

.title {
  font-size: 75px;
  font-weight: 500;
  margin: 15px 0 0px 0;
  font-family: "IM Fell DW Pica SC", serif;
  padding: 0 0 0 0;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.tagline {
  font-size: 24px;
  text-align: center;
  margin: 0 0 0px 0;
  padding: 0 0 15px 0;
  min-width: 724px;
}