
  html,
  body {
      scroll-behavior: smooth;
      font-family: "Times New Roman", Georgia, Serif;
  }
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
}
.custom-bg{
    background-color: #475c6c !important;
}
.font-bold{
    font-weight: bold;
}
.content-justify{
    text-align: justify;
}
.box-shadow{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    border-radius: 40px !important;
}
.section-bg{
    background: #f8f7f7;
}
.top {
    /* --offset: 50px;  */
    
    position: sticky;
    bottom: 20px;      
    margin-right:10px; 
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    
    /* visual styling */
    text-decoration: none;
    padding: 10px;
    font-family: sans-serif;
    color: #fff;
    background: #000;
    border-radius: 100px;
    white-space: nowrap;
    float: right;
  }
  .heading-bottom-line{
    width: 35%;
    height: 5px;
    margin: 0 auto;
    background: #8a8583;
    border-radius: 5px;
  }
