
body {
  background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
  font-family: 'Comic Sans MS', cursive, sans-serif;
  background-color: #000044;
  color: #ffffff;
  padding: 20px;
}

.profile {
  background-color: #111;
  border: 2px solid #00ffcc;
  padding: 15px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 0 20px #00ffcc;
}

header h1 {
  color: #ff66ff;
  text-align: center;
  font-size: 2em;
  text-shadow: 0 0 5px #ff66ff;
}

.status {
  color: #ffcc00;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
}

.bio {
  background-color: #222;
  padding: 10px;
  border: 2px dashed #8888ff;
  margin-bottom: 20px;
}

.posts h2 {
  color: #00ffcc;
  border-bottom: 1px solid #00ffcc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.post {
  background-color: #333;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 4px solid #66a;
  border-radius: 4px;
  box-shadow: 0 0 5px #66a;
}

.post .date {
  font-size: 0.85em;
  color: #66ffff;
  display: block;
  margin-bottom: 5px;
}

.post.suspicious {
  background-color: #660000;
  border-left-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  box-shadow: 0 0 10px red;
}
