* {
	box-sizing: border-box;
}

body {
    background-image: url("../images/giftly.png");
    background-color: #cccccc;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 auto;
    color: #771;

}

h1  {
	margin-bottom: 10px;
	font-family: 'Kalam', cursive, 'Georgia', Times, Times New Roman, serif;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;

}

.reset {
	font-family: 'VT323', monospace;
	line-height: 40px;
	font-size: 30px;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
}

button {
	font-family: 'Stalinist One', cursive, Helvetica, sans-serif;;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
}

p {
	font-family: 'VT323', monospace;
	line-height: 40px;
	font-size: 30px;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
}

.gameOver {
	color: red;
	font-size: 60px;
	line-height: 70px;
	text-decoration: none;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}


@media screen and (max-width: 1200px) {
	div {
		width: 100%;
	}	

	img {
		width: 100%;
	}