body {
    background-color: black;
}

h1 {
    color: purple;
    font-size: 30px;
    display: flex;
    font-style: italic;
}
