.blog_abstract {
    border-radius: 10px;
    border: 2px #888 solid;
    padding: 15px;
    margin: 1em;

    min-height: 200px;
    display: flex;
}

.ba_right {
    height: 200px;
    width: 300px;
    object-fit: cover;
    margin-left: auto;
}

.ba_left h2 a {
    color: aliceblue;
    text-decoration: none;
}

.ba_left h2 a:hover {
    color: rgb(192, 255, 192);
}

#load_page {
    display: flex;
    position: center;
    justify-content: center;
    gap: 40px;
}

.page_button {
    background-color: #333;
    color: lightblue;
    margin-left: 5px;
    padding: 3px;
    border-radius: 10px;
    border-color: grey;
    min-width: 30px;
}
