/* Base typography */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #fefefe;
}

main.container {
    padding: 0rem 1rem;
    margin-top:1.5rem!important;
    max-width: 60rem;
}

/* Headings */
h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Paragraphs */
p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Buttons */
a.btn {
    display: inline-block;
    margin: 1rem auto;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Lists */
ul, ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

    /* Centering lists in container */
    ul.mx-auto, ol.mx-auto {
        display: block;
        max-width: 40rem;
    }

/* Horizontal rules */
hr {
    margin: 3rem 0;
    border-color: #ddd;
}

/* Link styling */
a {
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Emphasis */
em {
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
}
