body {
	background-color: lime;
	background-image: url("images/pattern.png");
	background-repeat: repeat;
}

h1 {
	color: white;
	text-align: center;
}

h2 {
	color: red;
}

h3 {
	color: red;
	text-align: center;
	text-shadow: 0 0 5px black;
	font-size: 20px;
}

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;
}