*{
    padding: 0px;
    margin: 0px;
    font-family: 'Exo', sans-serif;
}


body,html{
    height: 100%;   
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
    
    padding: 0px !important;
}
body{
    overflow-y:scroll;
    overflow-x:hidden ;
}
