﻿body {
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-bottom: 400px;
}	

.grid {
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	width: 400px;
}

h1 {
	color: rgb(143, 21, 21);
	font-weight: bold;
	-webkit-text-stroke: 1px white;
	font-size: 100px;
	margin: 0px;
}

h2 {
	color: rgb(143, 21, 21);
	-webkit-text-stroke: 1px black;
	font-size: 40px;
}

h3 {
	color: rgb(143, 21, 21);
	-webkit-text-stroke: 1px black;
	font-size: 25px;
}

