/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans" , sans-serif;
  }
  
  a {
    color: #2dc997;
  }
  
  a:hover, a:active, a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
  }
  


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 30px 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    color: rgb(123, 122, 122);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #footer .copyright {
    text-align: center;
  }

  

  .django-ckeditor-widget {
    width: 100%;
  }

