p {
    position: absolute;
    font-style: italic;
    font-weight: 900;
    font-size: 4em;
    margin: 0 auto;
    margin-inline: auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #333;
    filter: blur(1px);
    filter: blur(0.6px);
}

p:first-of-type {
    top: 100px;
    font-size: 4.5em;

}

p:last-of-type {
    bottom: 100px;
}