/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
Version   :  1.9.3
Updated   :  05/05/2021 
*/
/*! WRITE YOUR CUSTOM STYLE **/
.box {
    align-self: flex-end;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    /*background-color: #F44336;
    height: 200px;*/
    margin: 70px auto 0 auto;
    transform-origin: bottom;
    width: 90%;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
