/* app.css */

.app-name {
	text-align: center;
	line-height: 1;
}

.screenshot > img {
	display: block;
	width: 100%;
	height: auto;
}

.appstore {
	width: 200px;
	height: auto;
}

.dummy-ss {
	width: 100%;
	height: 300px;
	background-color: lightblue;
}