.body_style {
    background-color: rgba(255, 255, 255, 80%);
    margin-top: 40px;
    margin-left: 2%;
    margin-right: 2%;
    height: auto;
    font-family: Crimson Text;
}

nav {
    text-align: center;
    background-color: #3b3939;
    color: white;
    width: 100%;
    left: 0;
    top: 0;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav a {
    color: white;
    font-size: 2em;
    text-decoration: none;
    margin-right: 2%;
    white-space: nowrap;
    font-family: Crimson Text;
}
@media (max-width: 1000px) {
  nav a {
    font-size: 1em;
  }
}

nav a:hover, a:active {
    color: hsl(213, 85%, 92%);
}

p, h2 {
    text-align: center;
}

p, ul, li {
    font-size: large;
}

h2 {
    font-size: x-large;
}

