
/* https://getcssscan.com/css-box-shadow-examples */
.box-shadow{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.bg-yellow {
  background-color: #ffde59;
}

.style-link {
  color: #007bff !important; 
  cursor: pointer;
  text-decoration: underline;
}