@import url('https://fonts.googleapis.com/css?family=IM+Fell+English');
::selection {
  background: #bf1e2e;
}
::-moz-selection {
  background: #bf1e2e;
}
body {
	font-family: 'IM Fell English', serif;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #143551;
	color: #fff;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0px;
}
button {
	height: 2.4em;
	padding:1.2em;
    font-size: 1em;
    color: #143551;
	background: #fff;
	font-family: 'IM Fell English', serif;
	border: none;
	line-height: .1em;
	font-weight: bold;
    margin: 0 auto;
	border: 1px #fff solid;
}

input, textarea {
	height: 2.4em;
	padding-left:1em;
    font-size: 1em;
    color: #143551;
	background: #fff;
	font-family: 'IM Fell English', serif;
	border: none;
	line-height: .2em;
	font-weight: bold;
	margin-bottom: 1em;
	width: 100%;
	
}

textarea:focus, input:focus{
    outline: none;
}

.anime, .anime svg {
	position: relative;
}
.sbd {
	position: relative;
	width: 350px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 200px;
	height: 0px;
	opacity: 0;
	padding: 2em;
}
.anime path {
	stroke-width: 15;
}

.time {
  background:
    url(data:image/gif;WW91J3ZlIHByb2JhYmx5IGhhdmUgdG9vIG11Y2ggc3BhcmUgdGltZS4KSGVyZSBpcyBteSBtYWlsOiBsZXN6ZWsuc29sdHlzQGdtYWlsLmNvbQ==)
    no-repeat
    left center;
  padding: 5px 0 5px 25px;
}
.hpot {
	opacity:0; 
	position:absolute; 
	left:9999px;
}
.soc {
	display: block;
	margin-top: 4em;
}
.soc a{
	color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 1px 2px #c12937;
	transition: 0.2s;
}
.soc a:hover{
    text-shadow: 3px 3px #c12937;
	color: #c12937;
}