.hammersmith-one-regular {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body{
    margin: 0;
    background: #09003C;
    font-family: Instrument Sans;
    color: white;
}

a {
  color: white;
  text-decoration: none;
}

.header{
    display: flex;
    flex-direction: row;
    margin-left: 2.5%;
    gap: 10.5%;
}

#wiffle{
    font-family: Hammersmith One;
  }

#central{
  font-weight: 400;
}

.tedtitle{
    text-align: left;
    margin-right: 0px;
    line-height: 20px
  }

.topnav {
  display: flex;
  flex-direction: row;
  flex-grow: 0.83;
}

.headerrow{
  position: relative;
  line-height: 100%;
    text-align: center;
    font-weight: 100000;
  font-size: 25px;
  flex: 1;
}

.headerrow > a,
.headerrow > span {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

#intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#introText{
  margin-right: 30px;
}