body{
	background-color: black;
}

#comandi .btn-light{
	background-color: rgba(255,255,255,0.7);
	border: none;
}

.pedina{
	width: 0px;
	border: 2px solid black;
	border-radius: 100%;
	position: fixed;
	transform: none;
	transition: transform 1s;
}

#comandi{
	width: 100%;
	padding: 20px;
	background-color: rgba(255,255,255,.5);
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.team{
	margin: 0px 20px;
	border-radius: 10px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
}

.team span{
	padding: 0px 10px;
}

#team0{
	background-color: red;
	color: white;
}

#team1{
	background-color: dodgerblue;
	color: white;
}

#team2{
	background-color: gold;
}

#team3{
	background-color: limegreen;
	color: white;
}
