/* General styling for the entire site */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Styling for headings */
h1, h2, h3 {
    color: #4CAF50;
    margin-bottom: 20px;
}

/* Paragraph and text styling */
p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.clickimg {
	width	:150px;
	height	:150px;
	}