#like_btn {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 35px;
  text-align: center;
  padding: 7.5px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #f2f2f2;
  background-color: #4d96f7;
}
#like_btn:hover {
  background-color: #3b80d6;
}
