.header {
    background-color:gray;
    color:antiquewhite;
    margin-top: 75px;
    text-align: center;
    padding: 100px 0;
    font-family:Arial; 
}

#computer-dog {
    width: 50%;

}

.character {
    background-color:lightslategrey;
    color: whitesmoke;
    font-family: arial;
    text-align: center;
}

.interest-list {
    font-family: serif;
}
