
@import './variable.scss';
@import './minix.scss';

html {
    background-color: #3B3E43;
}

body {
    background: {
        image: url(/static/img/body-navy.jpg);
    }
}



::-webkit-scrollbar {
    display: none; 
}

a {
    text-decoration: none;
    color: $href-color;
}

.dash-bar {
    height: $dash-bar-height;
    /* background: { */
    /*     color: $dash-bar-bg; */
    /* } */
    width: 100%;
    position: relative;
    z-index: 1;
    
    canvas {
        height: $dash-bar-height + 300;
        width: 100%;
        position: relative;
        z-index: 10;
    }

    div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden;
        img {
            height: 100%;
            display: block;
            margin: 0 auto;
        }
    }
}


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