*:not(code[class*="hljs"], code[class*="hljs"] *) {
    font-family: 'Montserrat', sans-serif !important;
}

.example-button {
    display: inline-block;
    padding: 0.5rem;
    background-color: #3b82f6;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    font-size: 1rem;
}

.example-button.pt-2:hover {
    background-color: #2563eb;
}
.example-button.pt-2:active {
    background-color: #1d4ed8;
}

@media screen and (max-width: 1920px) {
    .example-button.pt-2 {
        padding: 2rem;
    }
}