html{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image:linear-gradient(grey,grey);
    scroll-behavior: smooth;
}
body,html{
    overflow-x: hidden;
    overflow-y:visible;
    height:100%;
    width:100%;
    font-family:'Courier New', Courier, monospace ;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    justify-content: center;
 
}
.hero{
    width:85%;
    align-items: center;
    justify-content: center;
    margin-left: 7%;
    border:2px solid black; 
    background-image:linear-gradient(#7b99f0,#7b99f0,#7b99f0,#7b99f0);
    background-repeat:no-repeat;
    height:100%;
    overflow-y: hidden;
}
.content{
    display:inline-block;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.page-info{
    width:100%;
    text-align: center;
    font-size:16px;
    overflow-y: hidden;
    overflow-x:auto;
}


/* POEMS PROPERTY*/

h1{
    top:0; 
    position:static; 
    width:80%;
    display: inline-flexbox;
    margin-top:10px;
    border-bottom:2px solid black;
}
h2{
    text-align:center;
}
h3{
    text-align:center;
}
h4{
    text-align:center;
}
/* Class */
.title{
    display: flex;
    top:0;
    height: fit-content;
}
.Home{
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
    display:flex;
}
.malayalam p{
    margin-bottom:10px;
    text-align: left;
    margin-left:30px;
}
  
.malayalam{
    color:rgb(0, 0, 0);
    height:fit-content;
    width:100%; 
    text-align:center;
    display: inline-block;
}
  
.voice{
    text-align: center;

}
.feedback{
  
    border-style: solid;
    border-color: black;
}
/* ID */

#about{
    font-size: x-large;
  
}
#വിശപ്പ്{
    text-align:center;
}