#content {
    align-items: space-around;
    flex-direction: column !important;
    padding: 1vh 0.5vw;
    width: 80%;
    font-weight: 300;
}

#content h1 {
    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;
}