body {
  font-family: "Courier New", Courier, monospace;
  background: #0f0f0f;
  color: #00ff9f;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 720px;
  margin: 50px auto;
  padding: 40px;
  background: #111;
  border: 2px solid #00ff9f;
  border-radius: 8px;
  box-shadow: 0 0 20px #00ff9f70;
}

h1 {
  font-size: 38px;
  margin-bottom: 5px;
  color: #ff61a6;
  text-shadow: 0 0 5px #ff61a6, 0 0 10px #ff61a6;

  display: flex;
  align-items: center;
  gap: 15px;
}

.title-icon {
  width: 45px;
  height: 45px;
  border-radius: 4px;
}

h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00ff9f;
  padding-bottom: 5px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

ul li {
  margin-bottom: 12px;
}

a {
  color: #ff61a6;
  font-weight: bold;
}

a:hover {
  color: #00ffd0;
  text-decoration: underline;
}

.links a {
  margin-right: 15px;
}

footer {
  margin-top: 40px;
  font-size: 20px;   
  font-weight: bold; 
  color: #d4af37;  
  text-align: center;  
  text-shadow: 1px 1px 2px #bfa76f; 
}

.donate {
  margin-top: 30px;
  text-align: center;
}

.bio {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 255, 159, 0.03);
  border-left: 3px solid #ff61a6;
  font-family: "Courier New", monospace;
}

.bio p {
  font-size: 15px;
  color: #00ff9f;
  margin-bottom: 15px;
}

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

.bio li {
  margin-bottom: 18px;
  font-size: 14px;
  color: #d1d1d1;
}

.bio strong {
  color: #ff61a6;
  text-shadow: 0 0 5px #ff61a6;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}