@font-face {
  font-family: 'SteamPunkFlyer';
  src: url('fonts/SteamPunkFlyer.ttf') format('truetype');
}

.joke-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#jokeButton {
    font-family: 'SteamPunkFlyer', sans-serif;
}

#jokeCategories {
  text-align: center;
  margin-top: 20px;
  font-family: 'SteamPunkFlyer', sans-serif;
  color: #007bff; /* A nice blue color */
}

.u-header {
    z-index: 1000 !important;
    background-color: transparent !important;
}

.u-header .u-nav-link {
    color: #007bff !important;
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.joke-display {
  background-color: rgba(255, 255, 255, 0.5); /* 50% opaque */
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.joke-button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'SteamPunkFlyer', sans-serif;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.joke-button:hover {
  background-color: #555;
}

.joke-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.category-item {
  margin: 5px;
  font-family: 'SteamPunkFlyer', sans-serif;
  color: #007bff;
}
.u-section-1 .u-sheet-1 {
  min-height: 654px;
}@font-face {
  font-family: 'SteamPunkFlyer';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SteamPunkFlyer.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
        html, body {
            margin: 0;
            padding: 0;
            height: 100%;
        }

        body {
            background-image: url('images/background.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        .u-nav-item a {
            padding: 10px 110px;
            transition: padding 0.3s ease-in-out;
        }

        @media (max-width: 768px) {
            .u-nav-item a {
                padding: 10px 20px;
                font-size: 14px;
            }
        }

        @media (max-width: 576px) {
            .u-nav-item a {
                padding: 10px 10px;
                font-size: 12px;
            }
        }
 