





#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin-top: var(--header_height);
}
#content h2{
  width: auto;
}
#content p {
    width: 80vw;
}

#content h3 {
    margin: 2rem 10% 2rem 10%;
    text-decoration: underline;
}