body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #1e1e1e;
  color: #f5f5f5;
}
.container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}
header {
  text-align: center;
  margin-bottom: 30px;
}
header h1 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
header .tagline {
  color: #ccc;
  font-style: italic;
}
section {
  margin-bottom: 30px;
}
h2 {
  border-bottom: 1px solid #822;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #ff4d4d;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li::before {
  content: "•";
  color: #ff4d4d;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
a.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #ff4d4d;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
a.btn:hover {
  background-color: #e03a3a;
}
footer {
  text-align: center;
  font-size: 0.9em;
  margin-top: 40px;
  color: #888;
}
.stars {
  color: gold;
}

.common-site {
  margin-top: 40px;
}

.common-site h2 {
  color: #00ffe0;
  margin-bottom: 10px;
}

.common-site p {
  margin-bottom: 15px;
  line-height: 1.6;
}


