body{
  background-color:darkorchid;

}
.card-body{
  margin-top: 200px;

  justify-content: center;
  transition: all;
  width: 1000px;  
  background: rgba(0,0,0,0.15);
  backdrop-filter: blur(5px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.5);
  text-align: center;
  margin-left: 320px;
  border-radius: 20px;
  margin-bottom: 60px;
}
#cardstart{
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
  background-blend-mode: normal,color-burn;
  box-shadow: 0 25px 45px rgba(0,0,0,0.6);
  background-image: url("/JuegoAño/akinator.png");
  }
  #botonmodal {
  align-items: center;
    justify-content: center;
    margin-bottom: 800px;
    margin-right: 520px;
    transition: all;
    width: 400px;
   text-align: center;
   right: 5;
    
  }
  #cardtitle{
    margin-top: 200px;

    justify-content: center;
    transition: all;
    width: 1000px; 
     
    background: rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    margin-left: 320px;
    border-radius: 20px;
    margin-bottom: 200px;
  }
  #botonmodal2{
    align-items: center;
    justify-content: center;
    justify-items: center;

    
    
   
  }