#logo {
    padding-bottom: 1px;
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: rgb(226, 231, 231);
    }
}