.content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.main-heading {
    font-family: "Libre Baskerville", serif;
    color: #3d5169;
    font-size: 50pt;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-nav {
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16pt;
    margin-bottom: 30px;
}

.nav-link {
    font-family: "Quicksand", sans-serif;
    /* border: 1px solid black; */
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    background-color: #d0e3f9;
    color: black;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal; 
  font-size: 2.5em;
}

.underline {
    text-decoration: underline;
}

