/* Global Styles */
body {
  background-color: #0e0e0e;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 3em 1.5em;
  text-align: center;
}

/* Typography */
h1 {
  font-size: 2.8em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

p {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.6;
  color: #dddddd;
}

/* Link Styling */
a {
  color: #6ec6ff;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

/* Container */
.container {
  max-width: 800px;
  margin: 0 auto;
}

/* Navigation List */
ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2em;
}

li {
  margin: 0.5em 0;
}
