.container { display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; width: 100%; height: 100%; color: #F9FAFF; font-family: 'Nunito',Arial,"Helvetica Neue",Helvetica,sans-serif; font-style: normal; font-weight: 400; font-size: 14px; position: absolute; z-index: 3; background-image: linear-gradient(180deg, #090C15 0%, #16143C 50%, #452A65 100%); } @keyframes bob { 0% { transform: translate(0px, 0px); } 50% { transform: translate(0px, 10.5px); } 100% { transform: translate(0px, 0px); } }