.content { display: flex; flex-direction: column; box-sizing: border-box; width: 100vw; height: 100vh; } .content .one { flex-grow: 1; text-align: center; } .content .one image { width: 50vw; height: 50vw; border-radius: 90%; box-shadow: 0 0 5px var(--rgbf1f); margin: 30vw 0 0 0; } .content .one .version { margin: 2vw 0 0 0; } .content .two { text-align: center; padding: 10px 0; } .content .two .two_1 { padding: 0 0 10px 0; font-size: 14px; }