body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    padding: 40px;
    text-align: center;
}
h1 {
    color: gold;
}
.intro {
    font-size: 18px;
    margin-bottom: 30px;
}
.comparison {
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
}
h2 {
    color: #ffcc00;
    margin-top: 30px;
}
ul {
    list-style-type: square;
    padding-left: 20px;
}
.note {
    margin-top: 40px;
    font-style: italic;
    color: #ccc;
}

.utility-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.flat-button {
  background-color: #3d3d3d;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
}
