* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: -apple-system, sans-serif;
    letter-spacing: -0.5px;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}