h1 {
    text-align: center;
}

ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

li {
    list-style: none;
}

hr {
    color: var(--bistre);
    width: 80%;
}