ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 150px;
}

h1 {
    text-align: center;
    margin-bottom: 50px;
}