body {
  background-image: url("/auth/bg/bg-10-full_f30.jpg");
}

#logo {
	background-image: url("../im/app/logo_color.png");
	height: 128px;
	width: 128px;
	background-size: 128px;
}

#siteDescription {
	text-align: center;
	max-width: 1000px;
	margin: auto;
}

.app_screenshot {
    max-width: 200px;
    border: 4px solid #080b9d;
}

.h1:before {
    content: '[ ';
    color: #080b9d;
}

.h1:after, .h2:after {
    content: '[ ';
    color: #8789f2;
}

@media (max-width: 800px) {
    .app_screenshot {
        max-width: 95%;
        margin: auto;
    }
}