* {
    background-color: var(--bg-color);
}

.header {
    text-align: center;
    color: var(--button-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.info-header {
    color: var(--button-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-left: 5px;
    text-align: center;
}

.ceo-info {
    padding-left: 5px;
    color: var(--text-color);
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;
}
    .go-back {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        color: var(--button-color);
        float: left;
        position: relative;
        left: 10px;


    }

    .go-back span {
        font-size: 30px;
        color: var(--button-color);
        
    }

    .go-back,
    .go-back:visited,
    .go-back:hover,
    .go-back:active {
    color: var(--button-color);
    text-decoration: none;
    }

.vision-header {
    color: var(--button-color);
    padding-left: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;

}

.vision-info {
    padding-left: 5px;
    color: var(--text-color);
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;

}

.side-ad {
    position: fixed;       /* Keeps it in view while scrolling */
    top: 100px;            /* Distance from the top of the screen */
    right: 0;              /* Stick to the right side */
    width: 160px;          /* Adjust width to fit your ad */
    z-index: 9999;         /* Ensure it’s above other content */
}