body {
	background-color: lime;
}

h1 {
	color: white;
	text-align: center;
}

h2 {
	color: red;
}

h3 {
	color: red;
	text-align: center;
}

a {
	text-align: center;
	color: green;
	font-size: 24px;
}

.rainbow-text {
    font-family: Arial Black, Gadget, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}
.rainbow-text .block-line > span {
    display: inline-block;
}

div {
	background-color: black;
	text-align: center;
}

marquee {
    font-size: smaller;
    letter-spacing: .5px;
    padding: 4px;
    background-color: black;
}