css absolute μμ±μ κ°κ³ μλ μλ¦¬λ¨ΌνΈ μ€μμ μμΉ μν€κΈ°
https://css-tricks.com/quick-css-trick-how-to-center-an-object-exactly-in-the-center/ .centered { position: absolute (fixed); top: 50%; left: 50%; transform: translate(-50%, -50%); }