/* rules.css — MidBoy Gaming Rules Page Theme */

body {
  font-family: 'Segoe UI Emoji', 'Segoe UI', sans-serif;
  background-color: #121212;
  color: #f0f0f0;
  padding: 30px 20px;
  line-height: 1.7;
}

h1, h2, h3 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.container {
  max-width: 850px;
  margin: auto;
}

a {
  color: #66ccff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  margin-left: 25px;
}

.back-link {
  display: inline-block;
  margin-bottom: 25px;
  color: #ccc;
  font-size: 14px;
}

img {
  max-height: 100px;
  display: block;
  margin: 0 auto 15px auto;
}

table {
  width: 100%;
  background-color: #1a1a1a;
  border-collapse: collapse;
  margin-top: 10px;
}

td, th {
  padding: 12px;
  border: 1px solid #444;
  text-align: center;
}

th {
  background-color: #2a2a2a;
  font-weight: bold;
}

p {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}