@keyframes logo {
    100% {
        stroke-dashoffset: 0;
    }
}

#upper1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1200;
    animation: logo 1.7s linear forwards;
}

#lower1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1200;
    animation: logo 1.7s linear forwards;
}