h1 {
	color: red;
}

@font-face {
	font-family: "Ink Free";
	src: url(fonts/Inkfree.ttf);
}

p {
	font-family: "Ink Free";
}

body {
	text-align: center;
	background-image: url(graphics/backgrounds/tumblr_inline_miqn3pUvdX1qz4rgp.png);
}

.warning {
	background-color: white;
	width: 470px;
	height: 250px;
	float: left;
	border: 1px solid black;
	border-radius: 10px;
	margin-top: 5%
}

.warning_img {
	float: left;
	margin-left: 20%;
	margin-top: 5%
}

a {
	color: cornflowerblue;
	height: 35px;
}