body
{
  font-family: 'Courier New', monospace;
  color: #cccccc;
  background-color: #181818;
  text-align: center;
  padding: 20px;
}

.content
{
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: rgba(0,0,0,0.7);
  border: 1px solid #333333;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  text-align: center;
}

.title 
{
  font-size: 1.5em;
  font-weight: bold;
  color: #ffcb74;
  margin-top: 1em;
  margin-bottom: 1em;
}

.subtitle
{
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85em;
}

.item
{
  margin-bottom: 1em;
}

.emojico
{
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle;
  --border: 1px solid #00ff00;
}

h1, h2
{
  text-align: center;
  color: #e0e0e0;
  --text-shadow: 0 0 5px #aaaaaa;
}

h1
{
  margin-bottom: 1em;
  font-size: 2em;
}

h2
{
  margin-top: 0;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 2px;
}

ul
{
  display: inline-block;
  text-align: left;
  line-height: 1.6;
}

p
{
  line-height: 1.6;
  margin: 5px 0;
}

hr
{
  border: none;
  height: 1px;
  background-color: #333333;
  margin: 30px 0;
}

.footer 
{
  text-align:center;
  font-size: 0.9em;
  color:#777777;
  margin-top:40px;
}

a 
{
  display: block;
  margin: 10px 0;
  color: #ffcb74;
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.3s;
}

a:hover
{
  color: #ffffff;
}

