.status-strings{position:absolute;background:transparent;z-index:10;left:.5rem;bottom:2.5rem;font-size:.675rem;font-family:Courier New,Courier,monospace}.status-strings .status-string{-webkit-animation:appear .2s ease-in-out;animation:appear .2s ease-in-out;cursor:pointer}.status-strings .status-string:hover{color:var(--secondary-color,#000)}@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}