body {
    font-family: Verdana, sans-serif;
    text-align: center;
}

p:nth-child(odd) {
    line-height: 0.8;
    font-size: 18px;
}

p:nth-child(even) {
    line-height: 2.5;
    font-size: 22px;
}