body
{
	margin: 50px;
	background-image: url("https://i.gifer.com/4yY0.gif");
	background-attachment: fixed;
	font-family: "Bahnschrift";
	font-size: 20px;
}
h1
{
	border-bottom: solid 10px #3D97E5;
	background-color: #CDE4F6;
	font-size: 70px;
	color: #D60A10;
	text-align: center;
	padding-top: 50px;
}
p
{
	border: solid 2px #3D97E5;
	border-radius: 5px;
	background-color: #CDE4F6;
	font-size: 25px;
	color: black;
	text-align: justify;
	padding: 15px;
}
div
{
	border: solid 2px #3D97E5;
	border-radius: 5px;
	background-color: #CDE4F6;
	padding: 10px;
}
h2
{
	margin-top: 0px;
	font-size: 35px;
	color: #604A32;
}
.user-types
{
	outline: none;
	border: solid 1px #DCE0E4;
	border-radius: 3px;
	width: 200px;
	height: 30px;
	padding-left: 5px;

	font-size: 15px;
}
.user-types:focus
{
	border: solid 2px #604A32;
}
input[type="submit"]
{
	outline: none;
	border: none;
	border-radius: 3px;
	width: auto;
	height: 30px;
	font-size: 20px;
	background-color: #3D97E5;
	color: white;
}
input[type="submit"]:focus
{
	background-color: #2D64AD;
}
h3
{
	color: white;
}
a
{
	color: #D60A10;
}

#back
{
	display: black;
	background-color: #3D97E5;
	padding: 10px;
	border-radius: 3px;
	color: white;
	text-decoration: none;
}
#message
{
	font-size: 50px;
	color: white;
	text-align: center;
}
span
{
	display: block;
	margin: auto;
}
#hat-top
{
	background-color: black;
	height:100px;
	width: 100px;
}
#hat-bottom
{
	background-color: black;
	height: 15px;
	width: 150px;
}
#head
{
	background-color: white;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}
.eye
{
	display: inline-block;
	background-color: black;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
#left-eye
{
	margin-top: 40px;
	margin-left: 50px;
}
#right-eye
{
	margin-left: 30px;
}
#nose
{
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 30px solid orange;
	border-bottom: 15px solid transparent;
	margin-top: 20px;
	margin-left: 70px;
}
.snowball
{
	background-color: white;
	height: 200px;
	width: 200px;
	border-radius: 50%;
}