.footerWrapper {
    background: #fafafa;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 5;
    width: 100%;
}

.footerTitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #9a9a9a;
    margin: 14px 40px;
}

.footerLink {
    text-decoration: none;
    color: #434c63;
}