.reveal .slide-logo {
    bottom: 200px;
    right: 200px;
    width: 200px;  /* Adjust size as needed */
    height: auto; /* Adjust size as needed */
}

.reveal .scrollable {
  overflow-y: auto !important;
  max-height: 90vh;
  padding-right: 1rem;
}
