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

@font-face {
	font-family:"Daedra";
	src:url("../font/Daedra.woff2") format("woff2"),
	url("../font/Daedra.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;
}

#text {
	font-size:3em;
	font-weight:bold;
	color:#666;
	text-align:center;
	font-family:"daedra";
}

span {
	transition:all 300ms 0s ease;
}

.add-red {
	font-size:1.2em;
	color:crimson;
}

h1 {
	font-size:40px;
	margin:20px;
	margin-top:0;
	text-shadow: 0px 0px 5px #ffffff ,
	0px 0px 20px #942343,
	0px 0px 40px #942343,
	0px 0px 60px #942343,
	0px 0px 80px #AB4F5D;
	0px 0px 100px #AB4F5D;
}

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;
}

#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, #736d71, #000000);
	text-decoration:none;
	border:2px solid #504946;
	border-radius:50px;
}

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

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

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

a:link {
	color:crimson;
	text-decoration:none;
}

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

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

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