

/* Elements */
body {
    padding: 0px;
    background-color: #79af82;

    
}

header {


            text-align: center;
            padding: 0px;
            position: relative;
            z-index: 2;

}

header img {
            max-width: 100%;
            height: auto;
}

nav {
            text-align: right;
            padding: 0px;
            padding-right: 60px;
            position: relative;
            z-index: 2;
        }
nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    position: relative;
    left: 50px;
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/* classes */
.green {
    background-color: #79af82;
}

.container {
    margin: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.img_full_width {
    width: 100%;
    height: auto;    /* Keep aspect ratio */
    display: block;  /* Removes inline gaps/whitespace */
    max-width: 100%; /* Prevent overflow if container is narrower */

}
.display_code {
    margin: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}
