/* General Css goes here */
body{
  font-family: Arial, Helvetica, sans-serif !important;
}


/* background colors */
.bg-grey{
  background-color: #eee;
}

/* image */
.contain{
  object-fit: contain;
}

#btn-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
}
