.themeContentStyle1 {
    font-family: rounded_eleganceregular, sans-serif;
    font-size: 20px;
    color: #c5a0a1;
}

.themeContentStyle1:before {
    content: '';
    height: 19px;
    width: 15px;
    display: inline-block;
    background-image: url('../images/link_arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.themeContentStyle2,
.themeContentStyle3,
.themeContentStyle4 {
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #5CB1B9;
    border-radius: 100%;
    text-align: center;
    padding: 13px 30px 6px 30px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    border: 4px solid #ffffff;
    font-family: rounded_eleganceregular, sans-serif;
    text-shadow: 0 0 1px #ffff;
    font-weight: normal;
}

.themeContentStyle3 {
    display: block;
    width: calc(100% - 10%);
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
}

.themeContentStyle4 {
    border-radius: 10px;
    box-sizing: border-box;
}

.themeContentStyle2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
}

.themeContentStyle2 > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-family: rounded_eleganceregular, sans-serif;
}
