@font-face {
  font-family: 'Chewy';
  src: url('Chewy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cattie';
  src: url('Cattie-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cattie-regular {
  font-family: "cattie", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 50px;
}

body {
    background-color : #0a0a1a ;
    background-image: url('https://cdn.hackclub.com/019e0e6d-37e5-7788-8e3f-6e9fe5799f4a/meof_background_flattened.webp');
    background-position: center;
    background-size: cover;
    color: #f0f0f0;
    font-family: "Chewy", sans-serif;
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

/* Reset heading margins to avoid large default gaps */
h1, h2, h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

.subhead {
  font-size: 25px;
  padding: 0;
  margin: 0;

}
.contact-section {
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.faq-section {
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.faq-item {
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.faq-item summary {
  padding: 10px;
  background-color: #12142a;
  user-select: none;
}

.faq-item summary:hover {
  background-color: #1a1037;
}

.faq-item p {
  margin: 0;
  padding: 15px;
  background-color: #12142a;
  font-size: 15px;
  cursor: text
}

.prize-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.prize-item p h4 {
  margin: 0;
  padding: 15px;
  background-color: #12142a;
  font-size: 15px;
}

.prize-item img {
  height: 150px;
  width: auto;
}
.credits {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 12px;
    color: #FFD700;
}

button {
  background-color: #ff4f00;
  color: #b0b8cc;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

button:hover {
    background-color: #a855f7;
    color: #f0f0f0;
}

a {
    color: #FFD700;
}

a:hover {
    color: #a855f7;
}

.hclink-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.hc-image {
  transition: transform 0.2s ease;
}

.hc-image:hover {
    transform: scale(1.1);
}

/* Paw Mode Button */
.paw-mode-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #ec3750;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 1000;
}

.paw-mode-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.paw-mode-btn.active {
    background-color: #a855f7;
}

.paw-mode-btn img {
    width: 35px;
    height: 35px;
}

/* Paw animation elements */
.paw-element {
    position: fixed;
    width: 200px;
    height: 1000px;
    pointer-events: none;
    z-index: 999;
}

.paw-print {
    position: fixed;
    width: 70px;
    height: 70px;
    pointer-events: none;
    z-index: 998;
    transform: translate(-50%, -50%);
}
