@charset "utf-8";
/* CSS Document */

.timer {
	font-family: 'Roboto';
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: 'Roboto';
	text-align: center;
}
p {
	font-family: 'Roboto';
	font-size: 20px;
	text-align: center;
}
.bild {
	text-align: center;
}

@media screen and (max-width:1024px) {
	p {
		font-size: 32px;
	}
	h2 {
		font-size: 300%;
	}
}