.content { display: flex; flex-direction: column; box-sizing: border-box; width: 100vw; height: 100vh; } .content .one { margin: 2vw; text-align: center; } .content .one button { margin: 0.5vw; }