body {
    font-family: Georgia, sans-serif;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    color: #c23929;
}

p::first-letter {
    font-size: 30px;
    font-weight: 700;
    color: #c23929;
}
