@keyframes breath {
    2% {font-size: 50px;color: rgba(255, 0, 0,.6);transform: rotateY('45');}
    20% {font-size: 40px;}
    40% {font-size: 46px;}
    70% {font-size: 50px;color: rgba(0, 162, 255, 0.6);}
    100% {font-size: 57px; }

    
}

@keyframes back {
    100%{transition: 5s;}
    100%{background-image: url(Resources/bglake.jpg);}
    100%{background-image: url(Resources/business-card-with-plant-double.png);}
    100%{background-image: url(Resources/creative-wallpaper-with-white-shape.jpg);}

    
}