.copy {
    font-size: 11px;
    text-align: right;
    margin-top: 4px;
}
.link {
    color: #d1d2d7;
}
.link:hover {
    color: #000;
}
/*=================================*/
.heartbeat {
    display: inline-block;
    animation: animation-heartbeat 1300ms ease 0s infinite normal; }

@keyframes animation-heartbeat {
    0% {
        transform: scale(1); }
    14% {
        transform: scale(1.3); }
    28% {
        transform: scale(1); }
    42% {
        transform: scale(1.3); }
    70% {
        transform: scale(1); } }