body {
            background-color: black;
            color: white;
            font-family: Arial, sans-serif;
            text-align: center;
            padding: 50px;
        }
        h1 {
            font-size: 3em;
            margin-bottom: 20px;
        }
        h2 {
            margin-bottom: 30px;
        }
        p {
            font-size: 1.2em;
            line-height: 1.5em;
            margin-bottom: 30px;
        }
.author {
  margin-bottom: 20px;
}

.divider {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

footer {
  text-align: center;
  margin-top: 40px;
}

