#nav {
    background-color: rgba(51, 65, 85, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}

.navLink {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: white;
}

.navLink:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
    color: white;
}
.text-justify{
    text-align: justify;
}
hr {
    margin: 0;
}
