*
{
    box-sizing: border-box;
}

body
{
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}