

*{
  margin: 0;
  padding: 0;
}
body{

background-color: rgb(255, 239, 219);
  color: red;
  /* background-image: linear-gradient(to top, #ff0000, #ff517f, #ff97d2, #f8d1fc, #ffffff); */
}
h1{
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-family: 'VT323', monospace;  

 font-size: 3rem;
  text-align: center;
}
.game{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  display: flex;
  gap:  1rem;
  flex-direction: column;
  align-items: center;
 justify-content: center;
}
.pokemon-img {
margin-left: auto;
margin-right: auto;
width: 400px;
height: 400px;
}
.answer-input{
  font-size: 2rem;
  
}
.answer-btn, .next-btn , .answer-input{
  font-family: 'VT323', monospace;  

  box-sizing: border-box;
  width: 500px;
}
.answer-input{
  border: 1px solid rgba(251, 0, 0,1);
 
  border-radius: 5px;

}
.answer-btn, .next-btn{
  color: white;
  outline: 0px;
  border: 1px solid  red;
  /* rgb(42, 201, 42); ; */
  border-radius: 5px;
  font-size: 2rem;
  padding: .5rem;
  background-color: rgba(251, 0, 0,1);
  cursor: pointer;
}


.points, .record {
  font-family: 'VT323', monospace;  
  font-size: 2.5rem;
text-align: center;
}
.lives{
margin: .5rem 0;
  display: flex;
  gap: 1rem;
}


.silhouette{
    -webkit-filter: grayscale(100%) brightness(0); 
    filter: grayscale(100%) brightness(0);
    opacity: .8;
  }

  .life{
    box-sizing: border-box;
    width: 61px;
    height: 90px;
  }

  .score {
    color: rgba(251, 0, 0,1);
    width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  }


  @media   ( height < 850px ) {
    
    .answer-btn, .next-btn , .answer-input{
     
      font-size: 1.5rem;
    }

    .answer-btn, .next-btn{
      margin-bottom: 2px;
      padding: .3rem;

    }
    



.points, .record {
  font-size: 2rem;

}

.life{
width: 32px;
height: 54px;
}
    h1{
      display: none;
    }
    .pokemon-img{
  
     width: 40vw;
     height: 40vh;
     min-height: 200px;
    }


    .life{
 width: 32px;
    }
  }

  @media   ( width < 550px ) {

    .pokemon-img{
  
      width: 40vw;
      height: 40vh;
      min-height: 200px;
     }


    .answer-btn, .next-btn , .answer-input{
      width: 95vw;
      font-size: 1.5rem;
    }

    .answer-btn, .next-btn{
      margin-bottom: 2px;
      padding: .3rem;

    }
    
.game{
  width: 100vw;
}
.score{
  flex-direction: column;
 gap: 1rem; 

}

.points, .record {
  font-size: 2rem;
 
}

.life{
width: 32px;
height: 54px;
}
  }
