body
{
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: url('https://cdn.pixabay.com/photo/2018/10/26/08/25/red-confetti-3774082_960_720.png');
	font-family: sans-serif;
}

p
{
	margin: 0;
}

#corps
{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	padding: 10px;
}

#bienvenue
{
	font-size: 25px;
	margin-bottom: 15px;
}

#reste
{
	margin-bottom: 20px;
}

#compteur
{
	font-size: 20px;
}

span.chiffres
{
	font-size: 25px;
}

#nom_ordi
{
	margin-top: 20px;
	font-size: 25px;
}

#temps_restant
{
	font-size: 20px;
	text-align: center;
}

#barre_progression
{
	width: 60vw;
	height: 200px;
}