pinata
z-index:2 => z축기준으로 2번째로위에 배치하게함
main {
position: fixed;
z-index: 2;
width: 100vw;
height: 100vh;
}
display: flex; =>
flex-direction: column; =>진행옵션을 세로로 지정해줌
justify-content: center; => 세로방향중에서 가운데로 위치
align-items: center; =>교차축인 가로방향에서 가운데로위치