body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #000000;
}

.logo {
  width: 140px;
  margin: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero {
  height: 100vh;
  background: url('../images/shard.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 8px;
  max-width: 700px;
}

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

p {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.notice {
  font-style: italic;
  color: #cccccc;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

.linkedin img {
  width: 32px;
  height: 32px;
  margin-top: 1rem;
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #111;
  font-size: 0.9rem;
}