body{
  background-image: url("img/MAPA_MUNDI_AZUL.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.titulo {
  padding: 15px;
  width: 30vw;
  margin: auto;
  color: white;

}

.btn {
  border: 5px;
  color: white;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: rgb(119, 119, 184);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
}


.text-input {
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.5em;
  width: 30%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

#palavra-secreta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    margin-top: 30px;
}

.letras{
    width: 24px;
    text-align: center;
    border-bottom: 2px solid white;
    color: white;
    padding: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.teclas button{
  width: 36px;
  height: 36px;
  margin: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  box-shadow:  0px 2px 8px dimgray;
  border-radius: 5px;
  border: 1px solid dimgrey;  
  color: black;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 900;
}

.footer {
  background-color: rgb(119, 116, 116);
  
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  width: 100%;
  bottom: 0;  
  position: fixed;
}
