.footer {
    font-family: "Univers Bold";
    position: sticky;
    bottom: 0px;
	align-self: end;
}

.red-stripe {
    background-color: #E2332D;
    height: 0.25rem;
}

.blue-stroke {
    height: 3.5rem;
    background-color: #3A4167;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blue-stroke > h4 {
    font-size: 0.75rem;
    margin: 0 1rem 0 0;
    text-align: end;
}

