body {
    background-color: black;
    color: white;
}

.hero {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial;
    text-align: center;
}

h1 {
    font-size: 3em;
}