body {
    background-color: #F6F4F4 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh
}
.img--portrait {
    width: 100%;
}

a {
    color: #435652 !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.vertical--super {
    vertical-align: super;
    font-size: 90%;
}