#survey { display: flex; justify-content:center; width: 100vw; height: 100vh; margin-top: 50px; }
vw와 vh는 보이는 화면을 기준으로 조절해준다. 100vw, 100vh는 보이는 화면을 기준으로 width 100% height 100% fix해준다.