
        html, body {
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 8px;
    width: 100%;
    background-color: rgb(31, 46, 31);
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    color: white;   
     height:auto;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    
    
}   
.parent>div
{    
    border: 1px solid rgb(31, 46, 31);
    border-radius: 10px;
    margin: 0;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 0;
    margin: 0;   
     
    
} 
@media screen and (max-width: 600px) {
  
  .parent>div
  {
    
    gap: 10px;
    position: relative;   
  } 
} 


.icon_div{
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
   background-color: rgb(52, 131, 63);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   
   
}
.parent>.div{
   background-color: rgb(52, 131, 63);
}
.icon
{
     font-size: 40px;  
      line-height: 1; 
}  
.icon_div2
{
   background-color: rgb(52, 131, 63);
  font-size: 40px;
  
}

.icon_div3
{
    background-color: rgb(52, 131, 63);
   font-size: 40px;
  
}
 .header
 {
   background-color: rgb(31, 46, 31);
   padding-left: 5px;
   border-radius: 10px;
   color: wheat;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0 auto;
    display:flex;
    
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
    
  }

.icon_div4
{
  background-color: rgb(52, 131, 63);
   font-size: 40px;
   
}
span
{
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  letter-spacing: 2px;
  

}
.head_name
{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;  
  padding: 10px;
  align-items: center;
  background-color:rgb(31, 46, 31);
  border-radius: 10px;
  color:wheat;  
}
  .std_head {
    display: flex;
    background-color:rgb(31, 46, 31);
   
    gap: 5px;
    border-radius: 10px;
    flex-direction: row;
    margin-top: 5px;
    color: wheat;
    padding: 5px;
    margin-bottom: 5px;
   }

  .flex-container > div{
    background: #ffecb3;
    border: 3px solid #ffcc80;
    border-radius: 5px;
    padding: 8px;
    
   }
  img
  {     
    
    width: 80px;
    object-fit: fill;
    position: relative;
    padding-right: 5px;
  }
  .std_head>.item2{
    
    width: 100%;
    height: 100%;
    
    padding: 0;
    box-sizing: border-box;
    margin: 0;
     
  }
 
.item1>#logout
{
  color: wheat;
  text-decoration: none;
   padding: 10px;
   position: relative;
   top:30px;
   color: rgb(196, 195, 197);
   font-weight: 600;
   border: 1px solid white;
   cursor: pointer;
   
}