header{
  color:aliceblue;
  font-size:20px ;
  background-color: #eb5e28;
  height:30px;
  text-align: center;
}

body {
  /*background-color: #ffdab9;*/
  background-image: url(./Imagenes/Fondo-Hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  /*background-position: 200px 300px;*/
}

.title-game {
  color:#0C2190;
  font-family:'Londrina Shadow', cursive;
  font-size: 100px;
  background: #F48F31;
  text-align: center;
  /*width: 800px;
  height: 130px;*/

}
.subtitle-game {
  color: #000000;
  font-family: 'Fredoka One', cursive;
  font-size: 40px;
  text-align: center;
  /*float: left;*/
}

/* Estilo a numero de dezplazamiento, ingrese texo */
.game-option {
  font-size: 20px;
  color: #333533;
  font-family: 'Fredoka One', cursive;
  text-align: center;
}
/* Estilo a las cajas de texto*/

.content-boxes {
  text-align: center;

}
.box-size{
  resize: none;
  min-height: 100px;
  max-height: none;
  width: 300px;
  font-size: 20px;
}
.buttons {
  text-align: center;
}
#encode {
    background-color: rgb(224, 229, 230);
    font-size: 15px;
  
}
#decode {
  background-color: rgb(224, 229, 230);
  font-size: 15px;

}
#clean {
  background-color: rgb(224, 229, 230);
  font-size: 15px;

}

footer{
  background-color:#aec3b0;
  text-align: center;
  height: 20px;
  
}