  @media only screen and (max-width:500px){
        .mobile-pic{
           width:300px;
        }
        .img-game{
            height:200px;
        }
        
.gameArea {
    width: 100%;
    height: 400px;
    padding: 20px 0;
    /*background-color: #d893e7;*/

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 6px -6px black;
}
    }
/*header {*/
/*    width: 100%;*/
/*    line-height: 15vh;*/
    /* height: 15vh; */
/*    background-color: #20bf6b;*/
/*}*/
  @media only screen and (min-width:500px){
    .gameArea {
    width: 70%;
    height: 270px;
    padding: 20px 0;
    /*background-color: #d893e7;*/

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 6px -6px black;
    margin-left:100px;
}  
  }
  @media only screen and (min-width:1200px){
     .img-game{
    margin-top:110px;
    height:300px;
} 

.gameArea {
    width: 80%;
    height: 400px;
    padding: 20px 0;
    /*background-color: #d893e7;*/

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 6px -6px black;
}
  }
body{
    background-color:#f1e5ff;
}

.image-effect{


  color: white;

 
  
  background: linear-gradient(to right,#9907facc,#9907facc), url(https://pharmacistleap.in/uploads/img/puzzle.jpg) no-repeat top center;
}


h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.8rem;
    /*letter-spacing: 3px;*/
    text-shadow: 0 1px 0 #efefef, 0 2px 0 #efefef, 0 3px 0 #efefef, 0 4px 0 #efefef, 0 30px 5px rgba(0, 0, 0, .1);
}

section {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}


h3 {
    text-align: center;
    font-size: 1.5rem;
}

input {
    width: 40%;
    padding: 15px 0;
    text-align: center;
    border:2px solid #fff;
    outline: none;
      
    background-color: transparent;
    color: white;
    margin: 2rem 0;
    font-size: 1.1rem;
}

button {
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    border: #2f3542;
    margin-top: 10px;
    color:white;
      border-radius:25px;
}

button.btn1 {
    font-weight: 600;
    padding: 1rem 2rem;
    background: transparent;
    text-transform: uppercase;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.65, -0.25, 0.25, 1.95);
  border:2px solid #fff;
  border-radius:30px;
}

button.btn1:hover,
button.btn1:focus,
button.btn1:active {
    letter-spacing: 0.125rem;
    word-spacing: 0.2rem;
}

.hidden {
    display: none;
}
.msg{
    display:none;
    background-color:transparent;
    color:#fff;
    border-color: 2px solid #fff;
}