#waitPageContainer{
	color: white;
}

#mainContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.section {
    margin: 15px;
}

#loadAnimation{
	display:flex;
	flex-direction: column;
	align-items: center;
	height: 330px;
}

#gameCode{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#buttons{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#playersJoined{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

li{
	font-size: 3em;
	margin: 0.5em 1em;
}

#code
{
	color: rgba(235, 117, 117, 1);
	font-family: 'Boogaloo';
}

#dots{
	display:flex;
	flex-direction: row;
	justify-content: center;
}

#dots > div{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 1px solid black;
	margin: 5px;
	background: white;
}
