body {
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    max-width: 900px;
    margin: auto;
    padding: 2rem;
    background-color: #fafafa;
    text-align: justify;
}

h1 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

code {
    background-color: #f0f0f0;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: Consolas, monospace;
}

ul {
    padding-left: 1.2em;
}

.date {
    font-size: 0.9em;
    color: #666;
}



.navbar-expand-sm .navbar-nav {
    justify-content: flex-end;
    max-height: 2rem;
}