body {
  background-color: #333;
  font-family: Arial, sans-serif;
  text-align: center;
}

.container {
  max-width: 600px;
  margin: 100px auto;
  padding: 20px;
  background-color: #333;
  border-radius: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

p {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

ul {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

summary {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

a {
  color: #2196f3;
  text-decoration: none;
}

a:hover {
  color: #1976d2;
}

.porn-text {
  color: #2196f3;
}

details > summary {
  cursor: pointer;
}

.website-list {
  list-style: none;
  padding: 0;
}

.website-list li {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 28px;
}

.list-item-content {
  display: inline-block;
  text-align: left;
}

.list-number {
  color: #2196f3;
  font-weight: bold;
  display: inline;
}

.website-list li a {
  font-weight: bold;
  display: inline;
  color: #2196f3;
}

.website-list li p {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}