/* 
  Note:
  the css of header and footer is not here. its directly
  linked in the head section through link tag
*/

/* this portion is of header part */

.bottom-bar {
  background: linear-gradient(
    to top right,
    #285d8877,
    #0a447377,
    #1f3e5777,
    #0b569477
  );
  background-color: rgba(0, 95, 173, 0.486);
}
