body {
    font: 14px/1.8 Arial, sans-serif;
    max-width: 650px;
    margin: 20px auto;
    padding: 15px;
    border: 2px solid #a3b8cc;
}

.text-shadow,
.text-normal,
.text-capitalize,
.text-uppercase {
    margin-bottom: 12px;
}

.text-shadow {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.text-capitalize {
    text-transform: capitalize;
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
    text-align: right;
}

.text-lowercase {
    text-transform: lowercase;
    margin-bottom: 25px;
}

.paragraph-special {
    clear: both;
}

.paragraph-special::first-letter {
    font-family: "Times New Roman", Times, serif;
    font-size: 52px;
    font-weight: bold;
    float: left;
    line-height: 42px;
    padding-right: 5px;
    margin-top: 2px;
}

.paragraph-special::first-line {
    font-weight: bold;
}