.font-gv {
    font-family: "Great Vibes", serif;
} .font-outfit {
    font-family: "Outfit", sans-serif;
} .font-lora {
    font-family: "Lora", serif;
} .text-em {
    font-style: italic;
}

.img-scaling {
    animation: anim-scaling 1s infinite alternate-reverse linear;
} @keyframes anim-scaling {
    from { transform: scale(0.95) }
    to { transform: scale(1) }
}