    body {
      font-family: "Ruslan Display", sans-serif;
      background-color: #000000;
      margin: 0;
      padding: 20px;
      color: #ffffff;
    }

    a {
      color: #fbff00;
    }

    button{
      font-size: 30px; background-color: #000000; border: 2px solid #ffff00; color: #00ffff; padding: 10px 15px; margin: 5px; text-align: center; text-decoration: none; display: inline-block; border-radius: 5px; cursor: pointer;
    }

strong{
  font-size: xx-large;
}

img{
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  img {
    width: 50%;
  }
}

    .exercise-container {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .exercise-block {
      background-color: #5a5959;
      border-radius: 12px;
      box-shadow: 4px 4px 4px red;
      padding: 20px;
      text-align: center;
      flex: 1 1 45%;
      box-sizing: border-box;
    }

    .exercise-container1 {
      max-width: 100%;
      margin-top: 100px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: center;
      text-align: center;
    }

    .exercise-block1 {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 4px 4px 4px red;
      padding: 20px;
      text-align: center;
      flex: 1 1 45%;
      box-sizing: border-box;
      font-size: xx-large;
    }

    .exercise-block h3 {
      font-size: xx-large;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .exercise-block img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .sets-container {
      display: flex;
      justify-content: space-around;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 15px;
    }

    .set-group {
      text-align: center;
    }

    .set-group p {
      font-size: xx-large;
      font-weight: bold;
      margin: 0 0 8px 0;
      font-family: "Ruslan Display", sans-serif;
    }

    .rep-button {
      background-color: #fbff00;
      border: none;
      color: #000000;
      padding: 6px 6px;
      margin: 5px;
      text-align: center;
      text-decoration-thickness: 10px;
      display: inline-block;
      font-size: xx-large;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      font-family: "Ruslan Display", sans-serif;
    }

    .rep-button:hover {
      background-color: orange;
    }

    .rep-button.clicked {
      background-color: blue;
      cursor: default;
      box-shadow: 2px 2px 2px 2px red;
      color: yellow;
      font-weight: 600;
    }



    #workout-jumper {
      width: 250px;
      font-size: 16px;
      padding: 8px 12px;
      border-radius: 5px;
      border: 1px solid #ff0000;
      background-color: #000000;
      color: white;
    }

.exercise-block{
  margin-top: 15px;
  border-color: blue;
  border-width: 5px;
  border-radius: 50px;
  border-style: inset;
}

    body {
      padding-top: 100px;
      /* Add padding to body to prevent content from being hidden */
    }

          .ruslan-display-regular {
          font-family: "Ruslan Display", sans-serif;
          font-weight: 400;
          font-style: normal;
        }
        .comic-neue-light {
          font-family: "Comic Neue", cursive;
          font-weight: 300;
          font-style: normal;
        }

        .comic-neue-regular {
          font-family: "Comic Neue", cursive;
          font-weight: 400;
          font-style: normal;
        }

        .comic-neue-bold {
          font-family: "Comic Neue", cursive;
          font-weight: 700;
          font-style: normal;
        }

        .comic-neue-light-italic {
          font-family: "Comic Neue", cursive;
          font-weight: 300;
          font-style: italic;
        }

        .comic-neue-regular-italic {
          font-family: "Comic Neue", cursive;
          font-weight: 400;
          font-style: italic;
        }

        .comic-neue-bold-italic {
          font-family: "Comic Neue", cursive;
          font-weight: 700;
          font-style: italic;
        }