* {
    outline : 0;
    margin : 0;
    padding : 0;
}

html {
    width : 100%;
    height : 100%;
}

body {
    margin : 0;
    width : 100%;
    height : 100%;
    position: relative;
    overflow: hidden;
    font-family: 'Bungee';
}

canvas {
    width : 100%;
    height : 100%;
    background-color: #293462;
    border : 1px solid;

}