@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

/* Header styles */
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.container {
    width: 1200px;         /* Set the width to 1200 pixels */
    margin: 0 auto;       /* Center the container horizontally */
    padding: 20px;        /* Optional: Add some padding for spacing */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

 }
     h1 {
            text-align: center;
            color: #333;
 }
    h2 {
            color: #555;
 }
        p {
            margin-bottom: 15px;
}