:root {
            --accent-color: #2f2f2f;
            --text-color: #ffffff;
            --header-height: 60px;
            --bg-color: #111;
            --card-bg: #1e1e1e;
        }
		.section-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}