.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
}

.page-counter {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.pagination-menu-wrapper {
    display: flex;
}

.results-row {
    display: none;
}

.ui.button.default-search:active {
    background-color: #1f3f70;
    color: white;
    cursor: pointer;
}

#try-again {
    display: block;
    margin: 0 auto;
    width: 30%;
    padding: 10px 20px;
    background-color: #1f3f70;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#try-again:hover {
    background-color: #16345b;
}