.load_more{
    border-radius: 4px;
    border: 2px solid #dddddd;
    font-size: 12px;
    color: #131313;
    line-height: 40px;
    display: block;
    height: 40px;
    width: 200px;
    margin: 25px auto;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: background .3s ease-in-out;
}
.load_more:hover{
    cursor: pointer;
    background: #171717;
    color:#dddddd;
    border: 2px solid #171717;
}
