html, body {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    scroll-behavior: smooth;
}

.vs-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 60px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


.vs-footer-link{
    margin:20px;
    cursor:pointer;
    font-size:0.8rem;
    color:#333 !important;
}