a {
    color: black;
    -webkit-transition: color 1s;
    -moz-transition:    color 1s;
    -ms-transition:     color 1s;
    -o-transition:      color 1s;
    transition:         color 1s;
}

#tumblr:hover {
    color: #1d5cad ;
}

#youtube:hover {
    color: #FF0000 ;
}


a{
    color: black;
    text-decoration: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}