 /*
 * last edit: 12, May, 2025
 * 
 * 
 */
body{
    background-color: black;
    font-family: sans-serif;
}
h1, h2, h3 {
	text-align: center;
	color: green;
	width: 100%;
}
div.homepage{
    text-align:center;
    color: white;
}
button{
	background-color: white;
	color: black;
	text-decoration:none;
	display: inline-block;
	font-size: 16px;
	top: 175px;
	border-radius: 5px;
	border: none;
	padding: 15px 25px;
}
