pre {
    background-color: #252525;
    border-bottom: solid 3px #CDEE69;
    border-top: solid 3px #CDEE69;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 3px 3px 3px #252525;
    /* Dark background */
    color: #ffefe5;
    /* Light text */
    padding: 15px;
    border-radius: 6px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 20px;
}

code {
    font-size: 0.95rem;
    line-height: 1.5;
}