*::selection {
background: #c0c5ce;
color: #1c1f26;
}
*::-moz-selection {
*::-webkit-selection {
@keyframes blink {
0% {
opacity: 1.0;
50% {
opacity: 0.0;
100% {
@-webkit-keyframes blink {
.blink {
animation: blink 1s step-start 0s infinite;
-webkit-animation: blink 1.5s step-start 0s infinite;