/*
 * Copyright (c) 2026. Zahra A. S., All rights reserved.
 * This design is the intellectual property of Zahra A. S.
 * Unauthorized use, reproduction, or distribution of this design is prohibited.
 * For permissions, contact 182934048+zeashel@users.noreply.github.com
 */

body {
    display: block;
}

main.about {
    padding: clamp(0px, 5vw, 100px);
    justify-content: flex-start; /* main axis */
    align-items: flex-start; /* cross axis */
    text-align: left;
    width: 100%;
    overflow: hidden;
}

p, ul, pre {
    margin-bottom: 1em;
}

p, ul {
    font-family: -apple-system-ui, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Times New Roman', Times, serif;
}

ul {
    padding-left: 3em;
}

pre, code {
    background-color: #110e0a;
    font-family: ui-monospace, 'SFMono-Regular', 'SF Mono', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
}

code {
    padding: 1px;
}

pre {
    width: 100%;
    display: block;
    overflow: scroll;
    padding: 1em;
}

main footer {
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.back-button {
    padding-bottom: 1em;
}
