.catsContainer { display: flex; flex-direction: row; align-items: center; justify-content: center; } .arrow { margin: 0.5em 0.5em; cursor: pointer; } @font-face { font-family: 'CatCafe'; src: url('../assets/CatCafe.ttf'); } .cats { font-family: 'CatCafe'; font-size: 2em; color: #f5f5f5; text-shadow: 0 0 0.5em #000000; margin: 0.5em 0.5em; width: 4em; height: 4em; display: flex; justify-content: center; align-items: center; }