.themeContentStyle1,
.themeContentStyle2 {
    border-radius: 3px;
    display: inline-block;
    line-height: 2em;
}

.themeContentStyle1 {
    color: #54565b;
    background-color: #fff;
    padding: 10px 50px 0;
}

.themeContentStyle2 {
    color: #fff !important;
    background-color: #cc9a8e;
    padding: 8px 100px 5px;
    font-weight: bold;
}

.themeContentStyle2:hover {
    background-color: #a3aaae;
}

.themeContentStyle3 {
    font-family: 'chalky', sans-serif;
    font-size: 2em;
}

.themeContentStyle4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.themeContentStyle4:hover {
    background-color: rgba(204, 154, 142, 0.5);
    font-size: 40px;
    line-height: 1em;
    text-align: center;
    color: #000000;
    padding-top: 45%;
}

@media (max-width: 500px) {
    .themeContentStyle2 {
        padding: 8px 60px 5px
    }
}