@charset "UTF-8";

.telaCheia{background:url("https://www.educajogos.com.br/layout-2017/img/camada.jpg") scroll center bottom;width: 100%;position: fixed;top: 0px;left: 0px;z-index: 1999;height:100%;max-width:unset;}

#areaBTT{float: right;margin-right: 10px;}
#areaBTT a{cursor: pointer;color:black}

.areaTituloJogo{background-color: rgb(106,106,230);border-radius: 6px;padding: 5px 0px;text-align: center}
.areaTituloJogo h1{color: white;text-align: center;}

.areaDoJogo{background-color: white;border-radius: 6px;display: flex;align-items: center;justify-content: center}

.areaPalavra{width: 90%}

.areaLetra{margin: 2rem;float: left;border:1px solid black;justify-content: center;display: flex;}
.areaLetraN1{width:20%;font-size:17rem;}

.areaEscolhetLetra{display: flex;justify-content: center;align-items: center}
.letraEscolha{font-size: 2rem;padding: 0.1rem;margin: 0 2px;float: left;color: white;border:1px solid white;cursor: pointer;}


.fa-bars {
	color:red;
	animation: bg 1s infinite;

}
@keyframes bg {
	50% {
		color: #0069D9;
	}
}
