* {
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100dvw;
    font-size: larger;
}

.under-construction {
    color: rgb(200,50,0);
}

li {
    padding-bottom: 0.5rem;
}

