* {
    padding: 0;
    box-sizing: border-box;

}

body,
html {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

