    a {
      text-decoration: none !important;
    }

    #time {
      text-align: center;
      font-weight: bold;
    }

    #scrollBtn {
      display: none;
      position: fixed;
      bottom: 90px;
      right: 36px;
      z-index: 999;
      border: none;
      outline: none;
      background-color: #351ed478;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 50px;
      width: 45px;
    }

    #scrollBtn:hover {
      background-color: #351ed4;
    }

    @media (max-width: 480px) {
      #scrollBtn {
        right: 18px;
        bottom: 80px;
        transform: scale(0.9);
      }
    }
/* Vote for Top writer 2023 OTAC */
.fa-heart-o {
color: red;
cursor: pointer;
}
.fa-heart {
color: red;
cursor: pointer;
}

a#referencelink {
   display: block; 
   cursor:pointer; 
   background:rgb(181, 222, 250); 
   padding-top:20px; 
   padding-bottom:20px; 
   width:100%;
   text-align:center; 
   font-size: 20px; 
   color: black;
}