body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

#video-background {
  width: 100%;
  height: auto;
  object-position: center;
  
}

.button2 {
  background: #CCBFB7;
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid black;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
}

.button2:hover {
  transform: translate(-0.05em, -0.05em);
  color: #000;
  box-shadow: 0.45em 0.45em 0 0 #000; 

}


.button2:active {
  transition: 1s;
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.01em 0.01em;
}


.content{
  position: relative;
}

button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px;
}

canvas{
    border: 1px solid ;
   
}


  section{
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    gap: 20px;
  }

  .adios{
    font-size: 34px;
    font-family: fantasy;
    color: steelblue;
    text-align: center;
  }

  .formulario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   
  }

  .label-name{
    font-size: 56px;
    font-weight: bold;
    font-family: fantasy;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }

  .formulario input{
    width: 300px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    margin: 20px;
    border-radius: 20px;
    padding: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    transition: 1s;
  }

  .formulario input:hover{
    scale: 1.1;

  }
  .formulario input:focus{
    scale: 1.1;
  }

  #container-buttons{
    margin-top: 20px;
    text-decoration: none;
    color: #000;
  }


  #formulario{
    margin-top: 100px;
  }

  .nameJuego{
    font-size: 42px;
    font-family: fantasy;
    color: #0f0f0f;
    font-weight: 600;
    text-shadow: 12px 12px 18px rgba(255, 254, 254, 0.7);
  }

  #canvas-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }
  
  
  .menu-canvas{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    color: #EE7C18;

  }

  .menu-canvas h2{
    margin: 0 20px;
    /* color: #000; */
    font-family: fantasy;
    font-weight: 400;
    font-size: 44px;
  }

#creditos{
  display: flex;
}
.container-cards{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;

}

.card{
  /* background-color: transparent; */
  background-color: #9c8070;
  border: 2px solid #000;
  padding: 0 0 20px 0 ;
  /* height: 400px; */
  transition: .2s ease-in-out;
}

.card img{
  height: 280px;
}



.button2{
  color: #000;
}

.back{
  margin-top: 25px;
}
.card-body p{
  margin-bottom: 30px;
}

#fin{
  max-width: 800px;
  max-height: 600px;
  background-color: #fbca1f;
   display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
  
}

canvas{
  border: none;
}


