body {
	width: 100vw;
	height: 100vh;
	background-image: url(https://i.imgur.com/GtLeb79.jpg);
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	margin: 0;
}

h1 {
	font-family: 'Trade Winds', cursive;
	font-size: 50vw;
	margin-left: 30px;
	margin-bottom: 0;

}

main {
	background-color: rgba(0,0,0,.8);
	backdrop-filter: blur(5px);
	border-radius: 25px;
	margin: 30px;
	width: 80vw;
	transform: translate(9%, -2%);
}

.grid {
  height: 80vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
}

h1 {
	font-size: 35px;
	color: white;
}

main .box {
	background: white;
}

#box1 {
	height: 120px;
	grid-row: 1;
	grid-column: 1 / span 4;
	background-color: rgba(255,255,255,0);
	margin-left: 20px;
}

.optionContainer {
	grid-row: 2 / span 4;
	grid-column: 1 / span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 10px;
	margin-top: 15px;
}

#box2 {
	height: 110px;
	border-radius: 40px;
	background-color: rgba(236,55,55,1); /*red*/
}

#box3 {
	height: 110px;
	border-radius: 40px;
	background-color: rgba(236,55,55,1);
}

#box4 {
	height: 110px;
	border-radius: 40px;
	background-color: rgba(236,55,55,1);
}

#box5 {
	height: 110px;
	border-radius: 40px;
	background-color: rgba(236,55,55,1);
}

#box7 {
	grid-row: 1;
	grid-column: 5;
	background-color: rgba(0,0,0,0);
	color: white;
	font-family: 'Trade Winds', cursive;
}

#box7 h3 {
	margin: 0;
	font-size: 50px;
	transform: translate(0, 45%); 

}

.actionContainer {
	grid-row: 5;
	grid-column: 3 / span 3;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 10px;
	font-family: 'Trade Winds', cursive;
}

#box8 {
	width: 148px;
	height: 114px;
	background-color: rgb(168,205,242);
	border-radius: 40px;
	opacity: 1;
}

#box9 {
	width: 148px;
	height: 114px;
	background-color: rgb(168,205,242);
	border-radius: 40px;
	opacity: 0;
}

#box10 {
	width: 148px;
	height: 114px;
	border-radius: 40px;
	background-color: rgb(168,205,242);
	opacity: 0;
}

.imgBox {
	margin: 20px;
}

#img1 {
	grid-row: 2 / span 3;
	grid-column: 3 / span 3;
	background-image: url(https://i.imgur.com/89CgC26.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

#img2 {
	grid-row: 2 / span 3;
	grid-column: 3 / span 3;
	background-image: url(https://i.imgur.com/Qi7wk3R.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

#img3 {
	grid-row: 2 / span 3;
	grid-column: 3 / span 3;
	background-image: url(https://i.imgur.com/4t2Y5GL.jpg);
	background-size: auto auto;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

#img4 {
	grid-row: 2 / span 3;
	grid-column: 3 / span 3;
	background-image: url(https://i.imgur.com/tCuEgR9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

#img5 {
	grid-row: 2 / span 3;
	grid-column: 3 / span 3;
	background-image: url(https://i.imgur.com/mHC2AGy.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.start {
	text-align: center;
	font-size: 40px;
	transform: translate(0, -20%); 
}

.submit {
	text-align: center;
	font-size: 40px;
	transform: translate(0, -20%);
}

.update {
	text-align: center;
}

.score {
	text-align: center;
}

.next {
	text-align: center;
	font-size: 40px;
	transform: translate(0, -20%);
}

h2 {
	text-align: left;
	font-size: 30px;
	color: rgb(168,205,242);
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Trade Winds', cursive;
}

h4 {
	text-align: center;
	font-size: 25px;
	font-family: 'Trade Winds', cursive;
}