让内容居中的全局代码
瓜皮之牙
<main>
瓜皮之牙
</main>
<style>
main {
display: grid;
height: 70svh;
place-items: center;
}
</style>