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

textarea {
	width: 90%; height: 72vh;
	margin: 0 5%; padding: 8px;
	font-size: 12px;
	border-radius: 8px;
}
#textB, #textC, #textD { display: none; }

input { font-size: 16px; }
input[type="number"] {
	width: 30%;
	text-align: center;
	border-radius: 800px;
}
label { width: 70%; }

skin {
	display: block;
	margin: 0 0 30px;
}
reset {
	display: block;
	margin: 120px 0 30px;
}

texts {
	margin: 0 0 20px;
	display: block;
}

config {
	margin: 0 0 20px;
	display: block;
}
config > div {
	width: 90%;
	margin: 0 5% 10px;
	display: flex;
	justify-content: space-between;
}

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

#reset {
	width: 90%;
	margin: 0 5%; 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;
}
