@keyframes revealText {
    0% {
        x: 0;
        width: 279px;
    }

    100% {
        x: 279px;
        width: 0;
    }
}

#cover {
    /*animation: revealText 5s forwards;*/
    fill: #EBF2FF;
}