* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    height: 100vh;

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

div {
    display: flex;
    flex-direction: column;
    text-align: center;
}
