@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');

*{
box-sizing: border-box;
margin: 0;   
padding: 0;
 }
 body{
     font-family: 'Lexend', sans-serif;
     background-color: #E3E3E3;
 }
 .card{
     width: min-content;
 }
.sub-text{
    width: max-width;
}
.my_head{
  font-size: 14vw;
  background: -webkit-linear-gradient(#EC008C, #FC6767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 1rem;
}
.container{
 position: fixed;
 width: 0px;
 display: flex;
 height: 100vh;
 background-color: #3F3F40;
 z-index: 99999;
 transition: all .3s ease-in-out;
 overflow-x: hidden;
}

.container.active{
  width: 20rem;
}
.container:before{
  
}
.toggle{
  
  position: relative;
  padding: 2rem;
}
.toggle:before{
  content:'X';
  display: flex;
  position: fixed;
  border-radius: 1rem;
  width: 34px;
  height: 34px;
  background-color: #CBCBCB;
  right: 1rem;
  top: 1rem;
  align-items: center;
  justify-content: center;
}
.toggle a{
  text-decoration: none;
  display: block;
  color: #EEF7FF;
  font-size: 2rem;
  padding: 1rem;
}
a{
  display: none;
}

.class_block{
  display: flex;
  z-index: 1;
  border-radius: 1rem;
  margin: auto;
  display: flex;
  width: 350px;
  height: 350px;
  background-color: #D1D1D1;
}
.png{
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  z-index: 2;
}

.png:hover{
  background-color: black;
  position: absolute;
  transition: all .4s ease-in-out;
}
.heading{
overflow-x: hidden;
  position: relative;
  top: 4px;
}
