.song-world-deep-verification-container { display: flex; flex-direction: row; align-items: center; } .song-world-deep-verification-image { width: 300px; height: 300px; display: flex; justify-content: center; align-items: center; } .song-world-deep-verification-image img { max-width: 100%; max-height: 100%; } .song-world-deep-verification-buttons { display: flex; justify-content: center; flex-direction: column; margin-top: 20px; } .song-world-deep-verification-buttons button { margin: 0 10px; padding: 10px 20px; width: 200px; height: 50px; margin-bottom: 20px; }