.light {
    background-color: #ffb4a2;
    width: 33.333%;
    height: 300px;
    text-align: center;
}

.dark {
    background-color: #b5838d;
    width:33.3333%;
    height: 300px;
    text-align: center;
}

.firstLine{
    display: inline-flex;
    width: 100%;
    height: 300px;
}

.secondLine {
    display: inline-flex;
    width: 100%;
    height: 300px;
}

.fontWeight {
    font-weight: 700;
}

.fontStyle {
    font-style: oblique;
}

.letterSpacing {
    letter-spacing: 20px;
}

.textTransform {
    text-transform: capitalize;
}

.textDecoration {
    text-decoration: underline;
}

.bonus{
    color: #ffcdb2;
}

.title{
    color: #ffcdb2
}
body {
    background-color: #6d6875;
    font-family: 'Merriweather', serif;
    font-size: 18px;
}