.notFound{
    display: flex;
    height: 30vh;
    width: 50vh;
    position: relative;
    justify-content: center;
    text-align: center;

}
.notFound .fa-solid.fa-plug.fa-bounce.fa-2xl{
    position: absolute;
    left: 40%;
    bottom: 20%;
}

.container2,
.container1{
    width: 100.25vh;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
}
.container1{
    width: 100.8vh;
    margin-bottom: 40px;
    border: 2px dotted hsl(0, 0%, 100%) ;
}
.container2>div,
.container1>div{
 width: 10vh;
 height: 10vh;
 border: 2px double hsl(39, 100%, 44%) ;
 background: linear-gradient(to bottom left,hsla(31, 100%, 50%, 0.9) 50%,hsla(0, 0%, 100%, 0.9));
 text-align: center;
 
}
.practice{
    display: none;
    font-size: 2rem;
    font-weight: 900;
    color: hsl(0, 0%, 100%);
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    border-radius: 20px;
    background: linear-gradient(hsl(180, 100%, 25%) 5%,hsl(180, 100%, 50%) 90%,hsl(180, 100%, 70%));
    flex-direction: column;
    justify-items: center;
    align-items: center;
  
}

.help_me{
    display: none;
    position: absolute;
    bottom: 5%;
    left: 40vw;
    font-size: 4rem;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px dashed  hsl(0, 0%, 73%);
    background-color: hsl(37, 100%, 92%);
}

button{
    padding: 10px;
    margin-bottom: 1vh;
    margin-top: 1vh;
    border: none;
    border-radius: 10px;
    background: linear-gradient(hsl(180, 100%, 25%) 5%,hsl(180, 100%, 50%) 90%,hsl(180, 100%, 70%));
    cursor: pointer;
    font: inherit;
    font-size: 0.5em;
    color: hsl(0, 0%, 100%);
}
button:active{
    opacity: 0.8;
}

@media screen and (max-width: 500px){
  .notFound{
    font-size: 8vw;
   }
}

@media screen and (max-width: 750px){
.practice{
    font-size: 5vw;
}


.help_me{
    font-size: 8vw;
    left: 40%;
    bottom: 5vw;
    padding:2vw ;
    margin-bottom:1vw ;
    margin-top: 2vw;
}

 .container1,
 .container2{
    width: 80vw;
}

.container1>div,
.container2>div{
    height: 8vh;
    width: 8vh;
}
}