body {
  margin: 0;
  padding: 0;
  background: #0f0f0f;
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
.container {
  max-width: 600px;
}
h1 {
  font-size: 3rem;
  letter-spacing: 2px;
}
p {
  font-size: 1.25rem;
  color: #aaa;
}
.sub {
  margin-top: 10px;
  font-size: 1rem;
  color: #555;
}
.socials {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.socials a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #444;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.3s;
}
.socials a:hover {
  background: #222;
}

  width: 100px;
  margin-bottom: 20px;
}

  width: 40px;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}
