/* .home{
    animation: transitionBG 1s;
}

@keyframes transitionBG {
    from {
        transform: scale(1.3);
    }
    to {
        transform: scale(1);
    }
} */