body
  {
    cursor: url(../../Imagenes/Laferrerecursor.png),auto;
    background-color: Black;
  }

video
  {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
    object-fit: cover;
  }

.header
{
  width: 100%;
}

area
{
  cursor: url(../../Imagenes/Homecursor.png),auto;
}

.centro
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.juego
{
  border: solid white;
  background-color:#768C81;
  width: 100vw;
  height: 50vh;
}

/*Celulares*/
@media (max-device-width: 800px)
{
  .juego
  {
      height: 40vh;
  }
}

@media (max-device-width: 600px)
{
  .juego
  {
      height: 30vh;
  }
}

@media (max-device-width: 400px)
{
  .juego
  {
      height: 25vh;
  }
}
