* {
    overflow: hidden;
}

body, html {
    padding: 0;
    margin: 0;
}

#c {
    background: black;
    position: static;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
