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

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}