body {
  margin: 0;
  background: #0e0e0e;
  color: #f2f2f2;
  font-family: Georgia, serif;
}

a { color: #f2f2f2; text-decoration: none; }

.block {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 7vh 10vw;
}

.layer-1 {
  font-size: 2rem;
  line-height: 1.4;
}

.layer-3 {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
}
