/* * {
	font-family: 'Roboto', sans-serif;
	color: #ddd;
	background-color: #222;
} */
body {
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	color: #ddd;
	background-color: #222;
}
input {
	/* margin-left: 100px; */
	font-size: 42px;
	margin-top: 40px;
	margin-right: 10px;
}
label {
	text-decoration: none;
   font-size: 24px;
   color: #ccc;
   /* display: block; */
   transition: 0.3s;
   width: 220px; 
 }
#flashcard {
	height: 100%;
	width: 100%;
	font-size: 70vw;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	overflow: hidden;
}
#info {
	border-top: 1px solid #ccc;
	font-size: 16px;
	font-weight: 100;
	color: #ccc;
	padding: 20px 10px;
	margin-top: 30px;
}

