.background-white {
    background: var(--white);
}

.margin-top-small {
    margin-top: var(--spacing-small);
}