@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;1,700&display=swap');

::-webkit-scrollbar { display: none; }
* {
	margin: 0; padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	word-wrap: break-word;
}
body {
	padding: 30px 0 0;
	background: linear-gradient( #333, #222 );
	color: #fff;
	font-family: sans-serif;
}
h1 {
	width: 100vw;
	margin: 0 0 30px;
	text-align: center; 
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700; font-style: italic;
	font-size: 20px;
}


control {
	display: block;
	margin: 0 auto 50px;
	width:90%;
}
zero, goal, skin {
	display: block;
	margin: 0 auto 40px;
	width:90%;
}
reset {
	display: block;
	margin: 120px auto 30px;
	width:90%;
}

control > div {
	margin: 0 auto 20px;
}
control > div > * { margin: 0 0 10px; }
control > div > h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700; font-style: normal;
	font-size: 20px;
}
control > div > p {
	font-size: 12px;
}
control > button {
	width: 100%; height: 50px;
	border: 1px #fff solid;
	border-radius: 25px;
	font-size: 20px;
	color: #000;
}
control > button:hover {
	background: transparent;
	color: #fff;
}
control > div > textarea {
	width: 100%; height: 160px;
	padding: 10px;
	border: none;
	background: #444;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
control > div > input {
	width: 100%;
	padding: 10px;
	border: none;
	background: #444;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}

twitter {
	display: block;
	margin: 0 auto 100px;
	width:90%;
}
twitter > div {
	margin: 0 auto 10px;
}
twitter > div > * { margin: 0 0 10px; }
twitter > div > h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700; font-style: normal;
	font-size: 20px;
}
twitter > div > input {
	width: 100%;
	padding: 10px;
	border: none;
	background: #444;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}
twitter > button {
	width: 100%;
	padding: 8px;
	background: transparent;
	color: #4cc;
	border: 1px solid #4cc;
	border-radius: 4px;
}

#skin {
	width: 100%;
	padding: 8px;
	background: #333;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
}

timeStamp {
	display: block;
	margin: 0 auto 100px;
	width:90%;
}
#tsTime {
	width: 100%;
	margin: 0 0 10px; padding: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700; font-style: normal;
	font-size: 30px; line-height: 1em;
	background: #333;
	text-align: center;
	border-radius: 10px;
}
timeStamp > label { font-size: 12px; }

#reset {
	width: 100%;
	padding: 8px;
	background: transparent;
	color: #f44;
	border: 1px solid #f44;
	border-radius: 4px;
}

footer > a {
	display: block;
	width: 100%;
	padding: 8px 0;
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
