.theme-btn,
a.theme-btn {
    background: #34806c;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    padding: 8px 36px;
    white-space: nowrap;
    display: inline-block
}

.theme-btn:hover,
a.theme-btn:hover {
    background: rgba(0, 186, 116, .85)
}

.main-content {
    background: url(/img/page-title.webp) no-repeat center center;
    background-size: cover;
}