#rejected{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: var(--subheading);
    gap: var(--gutter);
}
.rejected-header{
    width: 100%;
    padding: 100px 0 50px 0;
    font-size: var(--heading1);
    border-bottom: 1px solid var(--line-gray);
}
.rejected-header span{
    color: var(--subtext-gray);
    display: block;
    padding-bottom: var(--gutter);
    font-size: var(--heading2);
}
.rejected-content p{
    line-height: 2.5rem;
    word-break: keep-all;
    padding-bottom: var(--offset);
}
.rejected-content{
    flex: 1;
}
