@font-face {
	font-family: 'jetbrains';
	src: url('jetbrains.ttf');
}

html,body {
	height: 100%;
	font: normal 13px inherit;
	font-family: jetbrains;
}
   
.inputs {
   	text-align: center;
   	line-spacing: 1.6em; 
   	margin: 20px;
}
   
   
.back-grid {
	margin-bottom: 30px;
}

.draggable {
	font-size: 20px;
	font-weight: bolder;
	height: 10px;
	border-width: 1px;
	border-color: black;
}

img.card {
	width: 100%;
	min-width: 100%;
}

img.back-img {
	width: 100%;
}
  
div.container {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	justify-content: space-evenly;
}

div.heading {
	text-align: center;
	font-size: 12px;
}

div.subheading {
	text-align: center;
	padding: 30px;
	font-weight: lighter;
}

label[for="flip1"] { color: red; }
label[for="flip2"] { color: #FF6800; }
label[for="flip3"] { color: #FFD800; }
label[for="flip4"] { color: #00AA11; }
label[for="flip5"] { color: #0094FF; }
label[for="flip6"] { color: #B200FF; }
label[for="flip7"] { color: #9D5BFF; }