/* cappucss.css */
body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
	text-align:  center;
}

h1 {
    color: #ffffff; /* white */
    /* text-align: center; */
}