        body {
            font-family: sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            background-color: #f4f4f4;
            background-image: url('resources/A1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment:fixed;
            background-position: center;
        }
        header {
		display: flex;
		gap: 20px;
		justify-content: center;
		margin: auto;
                position: top;
                background-color: transparent;
                border-radius: 8px;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}
	footer {
                color: black;
		font-size: 75%;
		justify-content: center;
                text-align: center;
		position: bottom;
		height: 15px;
		width: 350px;
		margin: auto;
		background-color: WhiteSmoke;
		border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
	h1 { color: #333; }
        p { color: #666; }
        .container {
            max-width: 800px;
            margin: auto;
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
