body {
  background: linear-gradient(135deg, #001f3f, #0074d9);
  color: white;
  font-family: 'Mio Sporty.ttf', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  flex: 1;
  padding: 40px 20px;
}

h1 {
  color: #00c3ff;
  text-shadow: 0 0 10px #00c3ff;
  margin-bottom: 20px;
}

p {
  max-width: 800px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  line-height: 1.6;
  font-size: 1.1em;
}

/* 🔹 Footer Bars */
.footer {
  background: rgba(0, 0, 0, 0.6);
  color: #00c3ff;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1em;
  text-shadow: 0 0 5px #00c3ff;
}

.top-footer {
  position: sticky;
  top: 0;
}

.bottom-footer {
  position: sticky;
  bottom: 0;
}

/* 🔹 Back Button */
.tos-link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-decoration: none;
  color: #00c3ff;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.2s;
  z-index: 9999;
}

.tos-link:hover {
  background: #00c3ff;
  color: black;
}
@font-face {
  font-family: 'Memorism';
  src: url('STREZY BREAK REGULAR.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Memorism', sans-serif;
}

