body{
    font-family: 'Crimson Text', serif;
    font-size: 32px;
    font-style:normal;
    background-color: rgb(255, 200, 200);
    margin-top: 100px;
    margin-left: 200px;
}

.labels{
    color: rgb(92, 0, 0);
}

h1{
    font-size:80px;
    color:crimson;
    margin-left: -0.5in;
}

h2{
    font-size: 36px;
    padding-bottom:10px;
}

h3{
    font-size: 16px;
}

p{
    color: crimson;
}

.regular{
    font-weight:400;
}

.semibold{
    font-weight:600;
}

.bold{
    font-weight: 700;
}

.normal{
    font-style:normal;
}

.italic{
    font-style:italic;
}

.ls3{
    letter-spacing:0.3em;
}

.lsn06{
    letter-spacing:-0.06em;
}

.underline{
    text-decoration:underline;
}

.line-through{
    text-decoration: line-through;
}

.overline{
    text-decoration:overline;
}

.uppercase{
    text-transform:uppercase;
}

.lowercase{
    text-transform:lowercase;
}

.capitalize{
    text-transform:capitalize;
}