@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;
	margin:20px;
	margin-top:0;
	text-shadow: 0px 0px 5px #ffffff ,
	0px 0px 20px #ac6b25,
	0px 0px 40px #ac6b25,
	0px 0px 60px #ac6b25,
	0px 0px 80px #edde7b;
	0px 0px 100px #edde7b;
}

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

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

p {
	line-height:0.7;
}

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

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, #915da3, #47266e);
	text-decoration:none;
	border:2px solid #6b395f;
	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:#daa520;
	text-decoration:none;
}

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

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

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

img{
	width:100%;
	border-radius:10px;
}
