/* Write CSS Here */
body {
    text-align: center;
	background-color: blue;
}
.geeks {
    font-size: 40px;
    font-weight: bold;
    color: green;
}