@font-face {
	font-family:"Planewalker";
	src:url("font/Planewalker.woff2") format("woff2"),
	url("font/Planewalker.woff") format("woff");
}

html {
	min-height:100%;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

body {
	font-size:20px;
	text-align:center;
	font-family:"Planewalker";
}

#wrap {
	padding:30px;
	max-width:800px;
	background-color:rgba(255,255,255,0.8);
	margin:0 auto;
	border-radius:40px;
}

h1 {
	font-size:40px;
	color:#dbc68f;
	margin:20px;
	margin-top:0;
	text-shadow: 0px 0px 5px #24140e ,
	0px 0px 20px #744010,
	0px 0px 40px #744010,
	0px 0px 60px #744010,
	0px 0px 80px #c2894b;
	0px 0px 100px #c2894b;
}


h2 {
	font-size:30px;
	margin-top:50px;
}

h3 {
	font-size:24px;
	margin-bottom:20px;
}

p {
	line-height:1.5;
}

#greeting {
	text-align:left;
	text-indent:3em;
}

#caution {
	color:red;
	text-decoration-line:underline;
}

#result {
	font-size:32px;
}

#message {
	line-height:1.5;
}

hr {
	margin:25px 0;
	border:none;
}

button {
	margin:10px;
	font-family:"Planewalker";
	font-size:24px;
}

.play{
	transition:0.3s all ease-in-out;
	padding:15px 30px;
	color:#ffffff;
	background:linear-gradient(60deg, #6b395f, #7f1184);
	text-decoration:none;
	border:2px solid #504946;
	border-radius:50px;
}

.play:hover {
	color:#ffffff;
	background:linear-gradient(60deg, #e5a323, #ffdc00);
	border-color:#e5a323;
}

ul {
	list-style-type:none;
	padding:0;
}

.thanks {
	text-align:center;
	margin:0;
}

a:link {
	color:#e9bc00;
	text-decoration:none;
}

a:visited {
	color:#c2894b;
	text-decoration:none;
}

a:hover, a:active {
	color:#f3981d;
	text-decoration:underline #f3981d;
}

footer {
	font-size:14px;
	margin-top:100px;
}

img{
	border-radius:10px;
}
