<style> display: flex; flex-direction: column; align-items: center; justify-content: center; </style> <body> <div class="mytitle"> <h1>내 생애 최고의 영화들</h1> <button>영화 기록하기</button> </div> </body>