h1{
    font-weight: 600;
    color: #ffffff;
}

h2{
    font-weight: 500;
    color: #e46e59;
}

h3{
    font-weight: 300;
}

#citations p {
    margin-block-start: 1.5em;
    margin-block-end: 0em;
}

#citations a {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    overflow: auto;
}

@media screen and (max-width: 600px) {
    .hero-body{
        padding: 1rem;
        font-size: 0.75em;
    }

    pre{
        font-size: 0.5em;
    }
}
