*, ::before, ::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background: white;
    height: 100vh;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}