/* File name: wider_layout.css */
/* Version: 2024-10-14_v1.0 */
/* Changelog:
- 2024-10-14_v1.0: Created initial version to provide wider layout for selected templates. */

.container {
    max-width: 1200px; /* Adjusts the width of the main container */
    margin: 40px auto; /* Centers the container with top/bottom margin */
    padding: 20px; /* Adds padding inside the container for spacing */
}

body {
    background-color: #f9f9f9; /* Light background for better contrast */
}
