  #navbarm{
    top: 0;
    transition: all .35s ease-in-out;
  }
  
  p.p1 {
    font-size: 26px;
    padding: 75px;
    padding-top: 10px;
    line-height: 35px;
}
header.header2 {
    background-color: #fbfdff;
    padding: 25px;
    padding-top: 30vh;
}
h1#d {
    text-align: center;

}
#ha {
    font-size: 50px;
    font-family: system-ui;
    font-weight: 400;
    color: #525252;
    animation: text 2s steps(22);
    padding: 15px;
    border-bottom: solid;
}
.framee:hover{
        filter: invert(1);
    transition: 2s;
}
.framee {
    position: fixed;
    z-index: 0;
    display: flex;
    transition: 1.5s;
    width: 100%;
    justify-content: center;
    box-shadow: 0px 7px 6px 0 rgb(0 0 0 / 18%);
    top: 5em;
    background: #ffffff;
}

@media (max-width:1250px){
#ha {
    font-size: 40px;
}
   
}
@media (max-width:1150px){
h1#d {
    text-align: center;
}
}
@media (max-width:1000px){
    
    p.p1 {
    font-size: 20px;
    padding: 10px;
    padding-top: 15px;
    line-height: 28px;
}
    
}
@media (max-width:860px){
#ha {
    font-size: 28px;
    padding: 10px;
    padding-top: 0;
}
    .framee{
    top: 3em;
}
header.header2 {
    padding-top: 20vh;
}
}
@media (max-width: 700px){

}
@media only screen and (max-width:620px){

.myh2 {
    font-size: 25px;
    padding-bottom: 1px;
}

}
  *, ::after, ::before {
    box-sizing: border-box;
  }