/*.highlight {*/
/*    border-width: 0; !* 2px thick solid black border *!*/
/*}*/


.highlight code {
    font-family: "Ubuntu mono", monospace;
    border-radius: 4px; /* Adjust the px value to increase or decrease the roundness */
    border: .3px solid #6c757d; /* 2px thick solid black border */
    /*border-width: 0; !* 2px thick solid black border *!*/

}



/*.highlight-ipython3.notranslate {*/
/*    border-width: 0; !* 2px thick solid black border *!*/
/*}*/

/*.highlight pre {*/
/*    border-width: 0; !* 2px thick solid black border *!*/

/*}*/

/*.highlight-ipython {*/
/*    position: relative; !* Ensures child absolute positioning is relative to this element *!*/
/*    !*min-height: 50px; !* Ensures there's enough vertical space at the top *!*!*/
/*}*/

/*!* Positioning the button and line *!*/
/*.highlight-ipython.toggle-button {*/
/*    font-family: monospace; !* Using monospace font *!*/
/*    display: none; !* Initially hidden *!*/
/*    !*position: absolute;*!*/
/*    !*top: 5px;*!*/
/*    !*right: 5px;*!*/
/*    border: none; !* Removing border *!*/
/*    background: none; !* Removing background *!*/
/*    cursor: pointer; !* Making it look clickable *!*/

/*}*/

/*.highlight {*/
/*!*    --md-code-fg-color: #36464e;*!*/
/*!*    !*--md-code-bg-color: #f5f5f5;*!*!*/
/*!*    --md-code-hl-color: rgba(255, 255, 0, .5);*!*/
/*!*    --md-code-hl-number-color: #d52a2a;*!*/
/*!*    --md-code-hl-special-color: #db1457;*!*/
/*!*    --md-code-hl-function-color: #a846b9;*!*/
/*!*    --md-code-hl-constant-color: #6e59d9;*!*/
/*!*    --md-code-hl-keyword-color: #3f6ec6;*!*/
/*!*    --md-code-hl-string-color: #1c7d4d;*!*/
/*!*    --md-code-hl-name-color: var(--md-code-fg-color);*!*/
/*!*    --md-code-hl-operator-color: var(--md-default-fg-color--light);*!*/
/*!*    --md-code-hl-punctuation-color: var(--md-default-fg-color--light);*!*/
/*}*/

