.upload-header {
    font-size:21px;
}

form.upload-header h2 {
    margin-top: 0px;
}

.about-page {
    h1 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700;
    }
    .upload-header {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    hr  {
        background-color: #D6DCE0;
        margin-top: 30px;
        height: 1px;
        border: 0;
    }
    a {
        color : inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .flex-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }
}
