@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro|Fira+Sans|Roboto+Slab|Rubik&subset=cyrillic');

body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: url(/assets/images/coming.jpg) 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Anonymous Pro', monospace;
}

.coming{
    text-align: center;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(4, 44, 140, 0.5);
    padding: 24px;
}
h1{
    margin-top: 16px;
}
h2{
    margin: 24px;
}