.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;

  
}

.card {

    height: 50px;
    padding: 25px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    border-radius: 5px;
    margin: 10px;
}

.card:hover {
    box-shadow: 4px 4px 3px 2px #ccc;


}
.favcontainer {

  height: 50px ;
  width: 50px;
  text-align: center;
  float:left;
}

.favicon {
  padding-top: 10px;
  height: 30px ;
  width: 30px;

}

.favcontainer:hover {
  background-color: #eee;
  border-radius: 25px;
}