.sbn-footer {
    width: 100%;
    background-color: var(--raised-content);
    color: var(--text);
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);

}
.sbn-footer-text {
    margin: 0;
    padding: 0;
    text-align: center;
}
.sbn-footer-extended {
    background-color: var(--section-header);
    color: var(--text);
    height: 20em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbn-footer-psi-container {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.psi-logo {
    width: 12em;
    background: white;
    padding: 0;
    margin: 0 0 1em 0;
    border-radius: 10em;
}
