body{
    width:100%;
    max-width:1200px;
    margin:20px auto;
    padding:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.5;
    box-sizing:border-box;
}

.shadow{
    font-size:20px;
    font-weight:bold;
    text-shadow:6px 6px 3px #cfcfcf;
    margin-bottom:15px;
}

.normal{
    margin-bottom:20px;
}

.capitalize{
    text-transform:capitalize;
    text-align:center;
    margin-bottom:20px;
}

.uppercase{
    text-transform:uppercase;
    text-align:right;
    margin-bottom:20px;
}

.lowercase{
    text-transform:lowercase;
    margin-bottom:20px;
}

.dropcap{
    text-align:justify;
}

.dropcap::first-letter{
    float:left;
    font-size:60px;
    font-weight:bold;
    line-height:45px;
    margin-right:5px;
}

.dropcap::first-line{
    font-weight:bold;
}