body {
    font-family: Arial,sans-serif;
}
.homepage {
    background: url("/wallwhiteboard.jpg") no-repeat;
}
h1 span:nth-child(1) {
    color: rgb(255, 0, 0);
}
h1 span:nth-child(2) {
    color: rgb(255, 166, 0);
}
h1 span:nth-child(3) {
    color: rgb(206, 209, 0);
}
h1 span:nth-child(4) {
    color: rgb(145, 255, 0);
}
h1 span:nth-child(5) {
    color: rgb(0, 255, 170);
}
h1 span:nth-child(6) {
    color: rgb(0, 247, 255);
}
h1 span:nth-child(7) {
    color: rgb(0, 132, 255);
}
h1 span:nth-child(8) {
    color: rgb(4, 0, 255);
}
h1 span:nth-child(9) {
    color: rgb(132, 0, 255);
}
h1 span:nth-child(10) {
    color: rgb(132, 0, 255);
}
h1 span:nth-child(11) {
    color: rgb(234, 0, 255);
}
h1 span:nth-child(12) {
    color: rgb(167, 0, 103);
}
h1 span:nth-child(13) {
    color: rgb(114, 0, 103);
}
h1 span:nth-child(14) {
    color: rgb(0, 0, 0);
}