.app-description{font-size:15px!important;  text-align: left !important}main a:hover,.footer-content button:hover{  color: #b91c1c !important;  text-decoration-color: #b91c1c !important}.pulsing-handle{  color: #b91c1c;  animation: pulsing-red 1.5s infinite}@keyframes pulsing-red{  0% {    color: #b91c1c;     text-shadow: 0 0 5px rgba(185,28,28,.2);  }   50% {    color: #f87171;     text-shadow: 0 0 15px rgba(185,28,28,.8);  }   100% {    color: #b91c1c;     text-shadow: 0 0 5px rgba(185,28,28,.2);  }}
