#content {
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    padding: 1vh 0.5vw;
    width: 80%;
    font-weight: 300;
    font-size: 130%;
}

#content h1, #content h3 {
    font-weight: 400;
}

#content p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1vh 0;
    backdrop-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

#content a {
    color: #00aeff;
    text-decoration: none;
    font-weight: 400;
}