canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

body,
html {
    height: 100%;
    margin: 0;
    background-image: url(background.bfb50ddc.png);
    background-repeat: no-repeat;
    background-size: cover
}

#preloadDiv {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.preloadBG {
    width: 100%;
    height: 100%
}

.logo {
    top: 16%;
    width: 56%;
    margin: 0 0 0 -28%
}

.logo,
.rotate {
    position: absolute;
    left: 50%
}

.rotate {
    top: 77%;
    width: 7%;
    margin: -5% 0 0 -5%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@font-face {
    font-family: bloggerSans;
    src: url(Blogger_Sans.6c612fb5.otf);
    font-weight: 400
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*# sourceMappingURL=atg.f596ced2.css.map */