h1{
    text-shadow: 300px 3px 5px green;
}

.UpperFirst {
    text-transform: capitalize;
    text-align: center;
}

.AllUpperCase {
    text-transform:uppercase;
    text-align: right;
}

.lowerCase {
    text-transform: lowercase;
    text-align: left;
}

.firstBold{
    font-weight: bold;
    font-size: 18px;
}

.firstBold span {
    font-weight: bold;
    font-size: 50px;
}