#heart { grid-column: span 2; display: grid; grid-template-rows: 2; font-size: 44px; align-self: center; padding-bottom: 2.6rem; text-align: center; } .heartBeat { text-decoration: none; cursor: pointer; animation: heartBeat 0.7s ease-in-out infinite; position: relative; z-index: 1000; color: #b90d46; }