html {
    text-align: center;
    font-size: 62.5%;
    background-color: #fafafa;
}

h1 {
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #c03728;
}

p::first-letter {
    color: #c03728;
    font-size: 3.5rem;
    margin-left: 10%;
}

p {
    font-size: 2rem;
    width: 100%;
    text-align: left;
}
