@import url('https://fonts.cdnfonts.com/css/bauhaus-93');
@import url('href="https://fonts.googleapis.com/css?family=Anek+Bangla');
@import url('href="https://fonts.googleapis.com/css?family=Ubuntu');

header { 
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 11;
}

footer {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute; 
    bottom: 0; 
    left: 0; 
    z-index: 10;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.cfont {
    font-family: 'Bauhaus 93', sans-serif;
}

@media (min-width: 767px) {
    html, body {
        font-family: 'Ubuntu', sans-serif;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    main {
        width: 100%;
        position: absolute; 
        max-height: 75%;
        overflow-y: scroll;
        top: 5%; 
        left: 0;
        text-align: center;
        z-index: 11;
    }

    .dhf {
        background-color: #201F54;
        min-height: 100px;
    }

    .cname {
        font-size: 12em; 
        font-family: 'Bauhaus 93', sans-serif;
        margin: 0;
    }
    
    .slog {
        font-size: 3em;
        font-family: 'Anek Bangla';
        font-weight: 600;
        /* position: relative; */
        /* right: 0;
        bottom: 0;
        margin: 0; */
    }
}

@media (max-width: 767px) {
    html, body {
        font-family: 'Ubuntu', sans-serif;
        font-size: 0.8em;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    main {
        width: 100%;
        position: absolute; 
        max-height: 75%;
        overflow-y: scroll;
        top: 25%; 
        left: 0;
        text-align: center;
        z-index: 11;
    }

    .dhf {
        background-color: #201F54;
        min-height: 50px;
    }

    .cname {
        font-size: 6em; 
        font-family: 'Bauhaus 93', sans-serif;
        margin: 0;
    }
    
    .slog {
        font-size: 1.4em;
        font-family: 'Anek Bangla';
        font-weight: 600;
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
}