Crie o arquivo HTML:
Adicione o arquivo CSS:
header {
  text-align: center;
  text-decoration: overline;
  text-transform: uppercase;
}

h1 {
  font-family: cursive;
  font-weight: 100;
}

h2 {
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

p {
    font-family: sans-serif;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}