body {
color: white;
background: black;
	

}
h1 { color:white; 

}

h1 { text-align: center;

}

img { display: block;
	margin: auto;

}

p { color:white;
	margin: auto;
       	font-size: 20px; 	
}

.footer {
    background-color: #333; /* Footer background color */
    color: white; /* Text color */
    padding: 20px; /* Padding to increase the size */
    height: 100px; /* Height to increase the size (optional) */
}
