* {
    box-sizing: border-box
}

body,
html {
    background: #222223;
    margin: 0;
    padding: 0
}

#container {
    position: relative
}

#ad {
    bottom: 5px;
    display: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

/*# sourceMappingURL=index.c06a8836.css.map */