.feature-box {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-10px);
}
.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

pre code.language-json {
    display: block;
    overflow-x: auto;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: rgba(0,0,0,0.8);
    /*background-color: rgba(255, 193, 7, 1);*/
    /*border-bottom: 1px solid rgba(255,255, 255, 0.2);*/
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
}

.hljs-punctuation {
    color: #777;
}
.hljs-attr {
    color: rgba(255, 193, 7, 1);
}
.hljs-string {
    color: #ffffff;
}

section.apikey-section {
    background-color: rgba(246, 187, 15, 0.11);
}