@charset "UTF-8";

body {
    color: #777;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    word-wrap: break-word;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.page-link {
    border: none;
}

.page-item.active button.page-link {
    background-color: transparent;
}

.dot {
    border-radius: 50%;
    display: inline-block;
    background: rgb(200, 200, 200);
    height: 1em;
    width: 1em;
}

.active .dot {
    background: rgb(40, 174, 146);
}

.centered-modal {
    text-align: center;
    cursor: pointer;
    color: #777;
    text-decoration-line: none;
}
