*{
    /*page*/
    /*border: 1px black solid;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;

    /*Listing Style*/
    list-style-type: none;
    
    /*text*/
    font-style: none;
    text-decoration: none;
    font-family: "Capriola", sans-serif;
    font-style: normal;
    }
    
html{
    overflow-y: scroll;
}
