.logo {
    color: blue !important;
}

body {
    color: #8c3863;
    background-color: #65827f;
}
div#header {
    color: pink;
    background-color: #95897e;
    text-align: center;
}
div#hSub {
    background-color: #ffb7d6;
    text-align: center;
}

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace:hover {
    border-radius: 10px;
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}
/* unvisited link */
a:link {
  color: #7f1acf;
}

/* visited link */
a:visited {
  color: #7f1acf;
}

/* mouse over link */
a:hover {
  color: #7f1acf;
}

/* selected link */
a:active {
  color: #7f1acf;
}

.tableLeft:hover {
    border-radius: 30px;
    transform: scale(0.8);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.tableLeft {
    color:#ffffff;
    width: 15%;
    padding: 10px;
    vertical-align: top;
    margin-left: 36px;
    Background:#f7b5cf;
}

