/* CSS Document */
.footerm1{ margin-bottom:60px;}
.footerm2023{display: flex;right:0;left:0;margin:0 auto;
width:90%;
animation: btn-animate 3s infinite;
align-items: center;
justify-content: center;
border-radius: 22px;
height: 44px;    
position: fixed;bottom: 0;
padding: 6px 0;}
@keyframes btn-animate {
0% {transform:scale(1);}
8% {transform: scale(1.05);}
40% {transform: scale(1)}
60% {transform: scale(1.05)}
75% {transform: scale(1)}
to {transform: scale(1)}
}
.footerm2023 span{
margin-right: 8px;}
