/* * {
    margin: 0;
    padding: 0;
} */


html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    max-width: 1024px;
    margin: 40px auto;
    padding: 40px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
    text-align: justify;
}

h1, h2, h3, h4 {
    text-align: left;
}

ul li {
    padding: 0.3em;
}

.diagram {
    margin: 0 auto;
}

.diagram img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer {
    margin: 40px 0;
}
