#title {
    text-align: center;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.flex .left {
    margin-right: auto;
}

.flex .rigth {
    margin-right: 0px;
}


.eponym {
    background: white;
    color: black;
    position: relative;
    display: inline-block;
    clear: left;
    padding: 1.3em;
    margin-bottom: 1.25em;
    border: 1px solid black;
}

.eponym:hover {
    background-color: #E6F2FF;
}

.eponym .name {
    margin-top: 0rem;
}

.eponym .count {    
    position: absolute;
    top: 5px;
    right: 10px;
}

.eponym .image {
    float: left;
    margin-right: 0.75em;
    max-width: 7rem;
}

#details .keywords a:hover {
    cursor: pointer;
}

.article:hover {
    background-color: white;
}

#total-counts {
    text-align: center;
    margin-top: 0.8em;
}

#frontpage .article:hover {
    background-color: white;
}

#all-contents {
    padding: 0em 1em;
}

@media screen and (min-width: 768px) {
    #all-contents {
        padding: 0em 5em;
    }    
}
