#library-container {
    display: flex;
    flex-direction: column;
    padding: 1.1rem 1.6rem 4rem 1.6rem;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    --transition-speed: 0.3s;
    color: black;
}

#library-container h1 {
    margin-bottom: 0;
    line-height: auto;
}

#library-container .description {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.6rem;
}

#library-container > p > a {
    text-decoration: underline;
}

@media only screen and (max-width: 61.5rem) {
    #library-container h1 {
        text-align: center;
    }
}
