@font-face {
  font-family: 'Manop';
  src: url('../fonts/fonnts.com-Manop_Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

    body, html {
        margin: 0px;
      width: 100%;
      height: 100%;
      font-family: 'Manop';
      background-color: #f3cfb2;
    overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none; 
    }

    body::-webkit-scrollbar {
  display: none;
}
.page-title {
    text-align: center !important;
}

h1{
    font-size: 60px;
    text-align: justify;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rte{
     text-align: justify;
     padding: 0 100px;
     font-size: 17px;
}
 
 p{
    font-size: 16px;
  }
 h4{
    font-size: 24px;
 }

 footer{
    background-color: #47423e;
    padding: 3px 10px;
    
    text-align: justify;
      display: flex;
    justify-content: center;
    align-items: center;
}

footer a, footer a:hover{
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
    }
    
 @media (max-width: 768px) {
     .rte {
    padding: 0 35px;
}

h1 {
    font-size: 50px;
    padding: 0 10px;
}
 }