/* body {
  margin: 0;
  padding: 0;
  background-color: #bfb6fb !important;
} */
.container {
  /* margin-top: 12%; */
  margin-top: 0px;
}

h1 {
  margin-bottom: 50px !important;
}

.play-btn {
  width: 50px;
  position: relative;
  top: -50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

.col-md-3:hover .play-btn {
  opacity: 1;
}

.col-md-4:hover .play-btn {
  opacity: 100;
}

img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px; /* Rounded border */
  padding: 5px; /* Some padding */
  width: 250px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.saturday-group-1{
  font-size:28px;
  padding-bottom:30px;
  font-style:italic;
}
