.microsite-footer {
    margin-top: 100px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
}

.microsite-footer-content {
    position: relative;
    height: 34px;
    border-top: 1px solid #d9d9d9;
    align-items: center !important;
    padding-block: 23px;
    font-size: 12px;
    padding-top: 10px;
}

.microsite-footer-text {
    position: relative;
    margin: 0;
    padding-right: 1rem;
}


.app-microsite-footer-text > a {
    margin-right: 5px;
}

.app-microsite-footer-text > a:not(:first-child) {
    margin-left: 5px;
}

html, body {
    height: 100%;
}

#content {
    text-align: center;
    margin-top: 33vh;
    margin-left: 3.3vw;
    margin-right: 3.3vw;
}

a, a:visited, a:hover {
    text-decoration: none !important;
    color: rgb(33, 37, 41);
}
