body{margin:0}.react-wavy-transitions__first,.react-wavy-transitions__second{position:fixed;z-index:9999;top:0;left:0;width:100%;min-width:800px;height:100%;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.down.react-wavy-transitions__first{top:2px;translate:0 -200%;-webkit-animation-name:down-first-move;animation-name:down-first-move}.down.react-wavy-transitions__second{rotate:180deg;translate:0 -100%;-webkit-animation-name:down-second-move;animation-name:down-second-move}@-webkit-keyframes down-first-move{to{translate:0 0}}@keyframes down-first-move{to{translate:0 0}}@-webkit-keyframes down-second-move{to{translate:0 100%}}@keyframes down-second-move{to{translate:0 100%}}.up.react-wavy-transitions__first{rotate:180deg;translate:0 200%;-webkit-animation-name:up-first-move;animation-name:up-first-move}.up.react-wavy-transitions__second{top:2px;translate:0 100%;-webkit-animation-name:up-second-move;animation-name:up-second-move}@-webkit-keyframes up-first-move{to{translate:0 0}}@keyframes up-first-move{to{translate:0 0}}@-webkit-keyframes up-second-move{to{translate:0 -100%}}@keyframes up-second-move{to{translate:0 -100%}}.react-wavy-transitions__wavy-link{background:transparent;border:0;color:inherit;font-family:inherit;font-size:1rem;cursor:pointer}