body {
    background-color: #000;
    background-image: url(background.png);
}

.services {
    text-align: center
}

.services .title {
    font-size: 300%;
    color: #7fffff
}

.services li {
    font-size: x-large;
    padding-right: 2.5%
}

.services a:link {
    color: #8a2be2;
    text-decoration: none
}

.services a:hover, a:active {
    color: #00ffff
}