footer {
    width: 100%;
    height: 92px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9000;
    padding: 0;
    margin: 0;
}

.footer-content {
    width: 1200px;
    text-align: right;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer-button {
    height: 100%;
    font-family: 'Roboto';
    text-decoration: underline;
    vertical-align: middle;
    color: #002244;
    margin-left: 10px;
    margin-right: 10px;
}