* {
    box-sizing: border-box;
    margin:0;
    padding:0;
    transition:all 0.5s !important;
    overflow-y:hidden;
}

body, html, #root {
    width:100%;
    height:100%;
}



