@import url( https://fonts.googleapis.com/css?family=Titillium+Web:400,600 );
* {
	margin: 0px; padding: 0px;
}
* {
	-ms-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
html {
	height: 100%;
}
body {
	height: 100%; overflow: hidden; font-family: "Snippet", sans-serif; background-color: rgb(255, 240, 155);
}
h1 {
	left: 0px; top: 50%; text-align: center; right: 0px; font-size: 3rem; margin-top: -1.5rem; position: absolute;
}
select {
	left: 1em; top: 1em; position: absolute; z-index: 100000;
}
.foot {
	left: 10px; text-align: left; bottom: 5px; color: rgb(96, 119, 100); font-size: 14px; text-decoration: none; position: fixed;
}
a {
	color: rgb(96, 119, 100); text-decoration: none;
}
#shar {
	top: 10px; right: 10px; color: rgb(96, 119, 100); font-size: 14px; position: fixed; z-index: 99; cursor: pointer;
}
.btn {
	padding: 6px 23px; border-radius: 40px; border: 2px solid rgb(112, 139, 117); border-image: none; left: 20px; top: 15px; color: rgb(112, 139, 117); text-transform: none; font-size: 14px; display: inline-block; position: fixed;
}
.btn:hover {
	opacity: 0.7;
}
.btn:focus {
	opacity: 0.7;
}
