@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", serif !important;
    background: rgba(248, 250, 252, 1) !important;
    overflow: hidden;
}

.footer {
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    color: #202020;
    padding: 12px;
    position: relative;
    width: 100%;
}

h1.projectName{
    font-size: 64px !important;
    font-weight: 500;
    color: #202020;
}

p.projectLabel{
    font-size: 20px;
    font-weight: 500;
    color: #202020;
}

i.ff{
    color: #202020;
}

.icon-md{
    font-size: 24px !important;
}

pre {
    width: 50%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
    overflow: none;
}

code {
    font-size: 2.5rem !important;
    word-wrap: break-word;
}

pre code.hljs {
    display: block;
    padding: 2.5rem;
    border-radius: 32px;
    overflow: visible !important;
    white-space: pre-wrap;
    
}

@media (max-width: 768px) {
    pre {
        width: 100%;
        height: 100%;
        top: 0px;
        display: flex;
        position: relative;
        transform: none;
        margin-top: 0;
    }
    code {
        font-size: 1.25rem !important;
        word-wrap: break-word;
    }
}
