p {
  color: gold;
}
div {
  -webkit-transition: opacity 2s linear, margin 2s linear;
  transition: opacity 2s linear, margin 2s linear;
}
