 body { font-family: Arial, sans-serif; }
  .exercise-container, #rest, #timer { display: none; text-align: center; }
  #timer { font-size: 24px; margin-top: 20px; }
  button { margin-top: 10px; }
  
	body {
  font-family: 'Roboto', sans-serif;
  background: url('file:///C|/Users/brady/OneDrive/Desktop/workout-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.exercise-description {
  font-size: 1.2em;
  margin-bottom: 1em;
}

button {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #004085;
}

#timer {
  font-size: 2em;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
}

.exercise-container {
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }

  .exercise-description {
    font-size: 1em;
  }
}
.exercise-gif {
  margin-bottom: 20px;
}

.exercise-gif img {
  max-width: 100%;
  height: auto;
}

.exercise-container.active .exercise-gif {
  display: block;
}

#congrats {
  display: none;
  text-align: center;
  background: rgba(0, 128, 0, 0.7); /* A green semi-transparent background */
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

#congrats h2 {
  font-size: 2em;
  color: #ff0; /* Yellow text for the heading */
  margin-bottom: 0.5em;
}

#congrats p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#start button {
  padding: 10px 20px;
  border-radius: 5px;
  position: Relative; 
  font-size: 2em; /* Adjust the font size as needed */
}
