
.custom-box {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
}

.custom-box code {
    font-family: monospace;
}