body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

nav {
    z-index: 10;
    background-color: white;
    font-weight: bold;
    border-bottom: lightgray 1px solid;
}

a {
    color: black;
}

.nav-link {
    color: var(--bs-body-color);
}

h1 {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5rem;
    font-weight: 200;
}

.anchor {
    scroll-margin-top: 300px;
}

p {
    text-align: justify;
}