
.bgf
{
     background: #4B9CD3;
}
.bgg
{
    background:#3E4751;
}
#login{
  background-image: url(login.jfif);
}
#a,#b,#c{
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height:normal;
}
#d{
  font-size: 14px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height:normal;
}
#e{
  font-size: 8px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height:normal;
}

.fixed-sidebar {
  position: sticky;
  top: 20px;
  height: max-content;
}

  #image{
    height:150px;
    width:150px;
    border:2px solid black;
  }
 
  .fixed-sidebar {
    position: sticky;
    top: 20px;
    height: max-content;
  }
  .hover
  {
    background:#E51A0D;
    color:#fff;
  }
  .hover:hover {
     background: #05A948;
     color:#fff;
}
.ql-align-justify
{
text-align: justify;
}
nav-link:hover
{
    border-bottom: 2px solid yellow;
}

 .pagination a {
            color: #fff;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            background:blue;
            border-radius:8px;
        }
        .pagination a.active {
            background-color:green;
            color: white;
        }
        .pagination a:hover:not(.active) {background-color: #000;}
