.container-total-passaro{
	width: 50vw;
	margin-left: 20vw;
	height: 60vh;
	border: 10px solid black;
	border-radius: 30px;
	margin-top: 10vh;
}

.passaro-jogo-img{
	width: 5%;
	position: relative;
	left: 10%;
	top: 10px;
}

#canvas-jogo{
	width: 100%;
	height: 100%;
	display: none;
}

.tela-inicial-fb{
	width: 100%;
	height: 100%;
	background-color: white;
}

.display-fb-parado{
	display: flex;
	flex-direction: column;
	border: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-top: 20%;
}

.input-nome-fb{
	width: 30%;
	height: 40px;
}

.botao-start-fb{
	padding: 20px;
	background-color: skyblue;
	border-radius: 40px;
	cursor: pointer;
}

.input-nome-fb{
	background-color: #d5d5d5;
	color: black;
	border: 1px solid black;
}

.container-global-fb{
	width: 20vw;
	border: 10px solid black;
	margin-top: 10vh;
	margin-left: 5vw;
	border: 5px solid black;
	background-color: white;
}

.display-container{
	display: flex;
}

.display-lideranca{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.escrita-top10{
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	width: 90%;
	display: flex;
	justify-content: center;
	padding: 5%;
	background-color: darkcyan;
}

.div-top10{
	display: flex;
	justify-content: space-between;
	width: 80%;
	height: 50px;
	padding-left: 10%;
	padding-right: 10%;
	align-items: center;
	border: 2px solid black;
}

.pontuacoes-fb{
	width: 100%;
	height: 100%;
}

.texto-top10{
	font-family: "Oswald", sans-serif;
	font-size: 20px;
}