.pastimes-container {
    display: flex;
    justify-content: center;
}

ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    column-gap: 500px;
}

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