body {
    margin: 0;
}
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
    font-family: system-ui;
}