.body{
    width: 94%;
    margin: auto;
    flex: 1;
}
.body-texts{
    padding: 1rem 0 2rem 0;
}
.heading{
    width: 100%;
    padding: 1rem 0;
    background: #e0e0d1;
}
.heading-text{
    font-size: 19px;
    text-align: center;
    padding: 5px;
}
.intro{
    font-size: 18px;
    padding: 1rem 0;
    text-align: left;
}
.detls{
    color: #333333;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.body-text-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.admin-content{
    width: 100%;
}
.upload-form{
    width: 100%;
}
.footer{
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    background: #0f0f0a;
}
.footer p{
    font-size: 16px;
    color: #ffffff;
}


@media(min-width: 768px){
  .heading{
    padding: 2rem 0;
  }
  .heading-text{
    font-size: 45px;
  }
  .intro{
    font-size: 30px;
    padding: 1.5rem 0;
  }
  .detls{
    font-size: 25px;
  }
}


@media(min-width: 1024px){
  .heading{
    padding: 1rem 0;
  }
  .heading-text{
    font-size: 32px;
    border-top: .2px solid #cccccc;
    border-bottom: .2px solid #cccccc;
  }
  .intro{
    font-size: 22px;
  }
  .detls{
    font-size: 18px;
  }
}