body {
	background: skyblue;
	text-align: center;
	padding: 20px;
}

button {
	color: white;
	padding: 10px 20px;
	margin: 5px;
	border: 1px;
	border-radius: 5px;
	font-size: 16px;
}

h1 {
	font-weight: bold;
	font-size: 60px;
}

.menuButton {
	color: black;
	margin-left: 20px;
	background-color: rgb(245, 245, 245);
}

.menuButton:hover {
	background-color: white;
}

#mode {
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
}

h2 {
	font-size: 30px;
}


.surround {
	text-align: justify;
	margin: 50px;
	padding: 20px;
	border-radius: 20px;
	border: 3px solid white;
}

.surround h3 {
	padding: 0px, 0px, 0px, 0px;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 30px;

}

.surround ul {
	margin-top: 2px;
}

#opponent {
	display: inline-block;
	text-align: center;
	padding: 30px;

}

#opponent label {
	padding: 30px;
}

#start {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

#passwordContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	padding: 10px;
}

#password {
	flex: 1;
}

#loading {
	display: none;
}