﻿/* Optional: Add custom styling for the pre/code elements */
pre {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

code {
    font-family: Consolas, monospace;
    font-size: 1rem;
}

/* Styling for icon images */
.icon-lang {
    height: 100px; /* Fixed height for all images */
    object-fit: contain; /* Ensure image is contained without cropping */
    width: 100%; /* Make image span the full width of the container */
    margin: 10px auto 0; /* Add 10px top margin and center the image horizontally */
}

.container mark{
    background-color: lightgray;
}










