h1 {
    color: #D007C7;
}
.navigation a:first-child {
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90px;
    text-align: center;
    line-height: 1.1;
}

.navigation a:hover {
    background-color: #D007C7;
}
.navigation .sfHover a {
    background-color: #D007C7;
    color: #D007C7;
}
