 body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: #fff;
    padding: 50px;
    line-height: 1.5;
}

h1{
    text-align: center;
    color: #fa0000;
    font-size: 40px;
}

p{
    font-size: 20px;
}

p::first-letter {
    font-size: 40px;
    font-weight: bold;
    color:rgb(152, 19, 19);
}