.db-page-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    align-content: center;
    height: 100%;

    h3 {
        margin: 0px !important;
    }

    a {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;

        border-bottom: 2px solid darkred;
    }

    a.active {
        border-bottom: 2px solid darkgreen;
    }
}