* {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: rgb(244 244 245);
}

body {
    display: flex;
    justify-content: center;
    background-color: rgb(24 24 27);
}

main {
    margin: 6rem;
    border-radius: 0.5rem;
    padding: 1rem 1rem 0 1rem;
    width: 50%;
    background-color: rgb(39 39 42);
}

li {
    margin-bottom: 1rem;
}

button {
    border-radius: 0.5rem;
    border-color: rgb(244 244 245);
    background-color: rgb(3 105 161);
}

button:hover {
    background-color: rgb(2 132 199);
}

.item-info {
    display: flex;
    margin-bottom: 0.25rem;
}

.item-info input {
    width: 100%;
    border-radius: 0.5rem;
    background-color: rgb(63 63 70);
}

.item-info button {
    margin: 0 0.1rem 0 1rem;
}

.item-weight {
    display: flex;
}

.item-weight div {
    margin-right: 0.1rem;
    border-radius: 9999px;
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgb(56 189 248);
    background-image: linear-gradient(120deg, rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.6));
}

footer {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.25));
}

footer button {
    margin: 1.25rem 0 1rem 0;
    padding: 0.75rem;
}
