:root {
    font-family: "Sniglet", system-ui;
    font-weight: 400;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #111;
}

main {
    width: 32rem;
    padding: 2rem;

    background-color: white;
    box-shadow: 8px 8px #444;
}

ul {
    padding-left: 1rem;
}

li {
    height: 1.5rem;

    display: flex;
    align-items: center;
}
