@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*font-family: "Lato", sans-serif;*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	justify-content: baseline;
	align-items: center;
}
body {
	display: flex;
	height: 100vh;
	/*
  background: #0f0c29; 
  background: -webkit-linear-gradient(
    to right,
    #24243e,
    #302b63,
    #0f0c29
  );
  background: linear-gradient(
    to right,
    #24243e,
    #302b63,
    #0f0c29
  );*/
	background: url(bluebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	backdrop-filter: blur(8px);
}
.container-game {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.grid {
	width: 200px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	border-top-left-radius: 5%;
	border-top-right-radius: 5%;
	background: url(bluebg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	outline: #dce0d9 solid 2px;
}
.grid div {
	height: 20px;
	width: 20px;
}
.shape {
	background-color: blue;
	outline: grey solid 1px;
	border-radius: 5px;
}
.mini-grid {
	width: 80px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	background-color: #dce0d9;
	margin-left: 60px;
	border-bottom-left-radius: 15%;
	border-bottom-right-radius: 15%;
	border-top-right-radius: 15%;
	background: url(bluebg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	outline: #dce0d9 solid 2px;
	align-self: flex-start;
}
.mini-grid div {
	height: 20px;
	width: 20px;
}
.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 300px;
	min-height: 300px;
	background-color: #dce0d9;
	margin-right: 50px;
	border-radius: 7%;
	background: url(bluebg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	outline: #dce0d9 solid 2px;
}
label {
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
}

.button-17 {
	align-items: center;
	appearance: none;
	background-color: #fff;
	border-radius: 24px;
	border-style: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-family: 'Google Sans', Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 2px 24px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform, opacity;
	z-index: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button-17:hover {
	background: #f6f9fe;
	color: #174ea6;
}

.button-17:active {
	box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
	outline: none;
}

.button-17:focus {
	outline: none;
	border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0, rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
	box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0, rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}

.button-17:disabled {
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
#restart {
	display: none;
	cursor: pointer;
	color: white;
	font-weight: 800;
	padding: 10px;
}
#yourscore,
#score {
	color: #dce0d9;
	font-weight: 600;
}
label {
	font-weight: 700;
}
.select {
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	word-spacing: 5px;
	padding: 15px;
}
h1 {
	color: black;
	font-size: 24px;
	padding: 5px;
	font-weight: 900;
	text-transform: uppercase;
}
