@charset "utf-8";
body {
    background-color: black;
    color: white; /* Set text color to white for better readability on a black background */
    font-family: Arial, sans-serif; /* Choose an appropriate font */
}h1 {
    text-align: center; /* Center-align the text */
    font-size:90px;
	line-height:1; /* Adjust the font size as needed */
}/* CSS Document */
p.centered {
    text-align: center;
	font-size:24px;
	line-height:1;
}
img.centered {
    display: block;
    margin: 0 auto;
}
p.centered2 {
    text-align: center;
	font-size:21px;
	line-height:1;
	margin-left:100px;
	margin-right:100px;
}
p.centered3 {
    color:yellow;
	text-align: center;
	font-size:24px;
	line-height:1;
	margin-left:100px;
	margin-right:100px;
}