* {
  box-sizing: border-box;
}

body {
	padding: 24px;
	background: #DEE4EA;
}

#container {
	margin: 0 auto;
	padding: 24px;
	max-width: 512px;
	border-radius: 4px;
	background: white;
	box-shadow: 0px 1px 3px rgba(0,0,0,.12);
}

#logo {
	display: block;
	margin: 0 auto 24px;
	width: 120px;
}

p {
	margin: 20px auto;
	max-width: 420px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #6c7c86;
	line-height: 21px;
}

p:first-of-type { margin-top: 0; }
p:last-of-type { margin-bottom: 0; }

.center {
	text-align: center;
}

a.store, a.store:visited, a.store:hover, a.store:active {
	display: block;
	margin: 24px auto;
	width: 160px;
	height: 54px;
	border: none;
	text-decoration: none;
}

a.store img, a.store:visited img, a.store:hover img, a.store:active img {
	display: block;
	width: 160px;
	height: 54px;
}

a.more {
	padding: 8px;
	color: #246bb3;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}

div.activate {
	padding: 16px 0 24px;
	text-align: center;
}

button.btn {
	font-family: Roboto, sans-serif;
	font-family: Roboto, sans-serif;
	display: block;
    width: 100%;
    max-width: 160px;
    margin: 16px auto;
    padding: 10px 16px;
    border: none;
    border-radius: 32px;
    background-color: #246bb3;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	p {
		margin: 24px auto;
		font-size: 18px;
	}
}
