.page-item {
    width: 100%;
    height: 200px;
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #fff;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 5px;
}

.page-item:hover .page-title {
    color: #2185D0;
}

.page-item:hover .page-icon {
    filter: invert(54%) sepia(42%) saturate(2841%) hue-rotate(195deg) brightness(90%) contrast(88%);
}

.page-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.club-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    border-radius: 50%;
}

.page-title {
    display: block;
    text-align: center;
}

.heading {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: default;
}
