
/* Custom Styles */
body {
  background-color: #f8f9fa;
     font-family: 'Bebas Neue', sans-serif;
}

.container {
  margin-top: 20px;
}

video {
  margin-bottom: 20px;
}

#schedule {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#schedule h2 {
  margin-bottom: 15px;
}
