* {
    touch-action: pan-y;

}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
a{
    color: #151515!important;
    text-decoration: none;
    cursor: pointer;
}
a:hover,a:focus{
    text-decoration: none;
}

#footer{
    background-color:#BAC3E4;
    width:100%;
    position:fixed;
    bottom:0;
    padding: 0  0 0 0;
    border-top-left-radius:35px;
    border-top-right-radius: 35px;
}
/* #footer>div{
    width:85%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    align-items:center;
} */
*, ::after, ::before {
    box-sizing: border-box!important;
}