body {
    font-family: system-ui, sans-serif;
    background: #f9fafb;
    margin: 0;
    color: #111827;
}

.top-nav {
    padding: 1rem 2rem;
}

.back-button {
    text-decoration: none;
    color: #4f46e5;
    font-weight: 500;
}

.content {
    max-width: 800px;
    padding: 0 2rem 3rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 16px;
    width: fit-content;
}

.content:hover {
     border: 1px solid #e5e7eb;
     box-shadow: 0 16px 35px rgba(0,0,0,0.1);
}

#centeringSection {
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 2.4rem;
}

.intro {
    color: #6b7280;
    margin-bottom: 2rem;
}

.steps {
    margin-bottom: 1.75rem;
}

pre {
    background: #111827;
    color: #e5e7eb;
    padding: 0.75rem;
    border-radius: 8px;
    overflow-x: auto;
}

.note {
    background: #fff3cd;
    border-left: 5px solid #f59e0b;
    padding: 1rem;
    border-radius: 8px;
}

.alt {
    margin-top: 2.5rem;
}
