/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@keyframes up-and-down {
    0%{
        top: 10%;
    }
    100%{
        top: 20%;
    }
}
