@keyframes writing {
    0%   {background-color: rgb(182, 182, 182);}
    50%  {background-color: rgb(255, 255, 255);}
    100% {background-color: rgb(182, 182, 182);}
}
