/* CARLOS IZQUIERDO GONZÁLEZ - VDJ 3.3  */

/* Cuerpo de página [fondo] */
body{
  font-family: 'Oswald', sans-serif;
  background: linear-gradient(to right, rgba(112, 209, 244,1) 0%, rgba(55, 192, 242, 1) 10%,  rgba(55, 192, 242, 1) 90%,rgba(112, 209, 244,1));
  overflow: hidden;
}
/* Canvas */
.centerButtons, canvas{
  position: absolute;
  top:5%;
  left: 18%;
}

.backButton
{
  top:45%;
}

.button{
  background-color: rgb(12, 89, 214);
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;

  font-size: 20px;

  float: left;
  width: 100%;
  height: 40px;

  margin-bottom:20px;

  transition: all 0.3s ease-in-out;

}

.button:hover
{
  cursor: pointer;
  background-color: rgb(1, 45, 117);
}

.allButtons
{
    margin-left: 40%;
    margin-top: 40%;

    width: 160px;
}
