body{
	text-align: center;
	height: 100vh;
	width: 100%;
}
h1{
	font-size: 2.5rem;
	background-image: url("ig3.jpg");
	 background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn{
	height: 100px;
	width: 100px;
	border: 10px solid rgb(71, 66, 66);
	border-radius: 20%;
	margin: 1rem;
}


.btn-container{
	display: flex;
	justify-content: center;
}

.red{
    background-color: #d95980;
}

.yellow{
	background-color: #f99b45;
}

.green{
	background-color: #63aac0;
}

.purple{
	background-color: #819ff9;
}

.gameFlash{
	background-color: white;
}
.userFlash{
	background-color: green;
}

.start{
	color: black;
	border: 1px solid blue;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}
.start:hover{
	color: white;
	background-color: blue;
	border: 1px solid black;
}