body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
}

.logo {
  max-width: 400px;
  margin-bottom: 20px;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 0.9em;
  color: #333;
  margin-bottom: 10px;
}
.subtitle a {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}
.subtitle a:hover {
  text-decoration: underline;
}


.downloads h2 {
  font-size: 1.3em;
  margin-bottom: 12px;
}

.downloads ul {
  list-style: none;
  padding: 0;
}

.downloads li {
  margin: 4px 0;
}

.downloads a {
  color: #7d7d7d;
  text-decoration: none;
  font-weight: bold;
}

.downloads a:hover {
  text-decoration: underline;
}

.tool-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tool-list > li {
  margin-bottom: 10px;
}

.tool-name {
  font-weight: bold;
  font-size: 1em;
  display: block;
  margin-bottom: 4px;
}

.sub-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.75em;

}

.sub-list li {
  margin: 6px 0;
}

.sub-list a {
  font-weight: normal;
  color: #0066cc;
  text-decoration: none;
}

.sub-list a:hover {
  text-decoration: underline;
}
