/* css styles */
p{
  text-align: justify;
}

iframe.slide-deck {
  border: 3px solid #dee2e6;
  width: 100%;
  height: 475px;
}

/*.clickable-button {

}*/

.unclickable-button {
  pointer-events: none; /* Make the button unclickable */
}

.unclickable-button i {
  color: #dddddd; /* Very light grey color */
}