.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    position: relative;
    top: -1.5%;
  }

#like {
    position: relative;
    float: right;
    top: 25px;
}