.homepage {
    font-family: "Geist Mono", Arial;
    margin-left: 140px; 
}

.ASCII-text {
    margin-top: 35px;
    margin-left: -65.9px;
    margin-bottom: 50px;
    font-size: 14pt;
}

.blog-post-collum {
    display: grid;
    grid-template-columns: 300px 300px;
    column-gap: 30px;

}

.blog-post-box {
    border-style: solid;
    border-width: 1px;
    width: 225px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 6px 8px 0 white;
    cursor: pointer;
    transition: all 0.35s;
    background-color: rgb(5, 9, 9);
}

.blog-post-box:hover {
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 10px 12px 0 rgb(248, 222, 126);
    border-color: rgb(248, 222, 126);
}

.blog-post-thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;

}

.blog-post-img {
    width: 200px;
    height: 200px;
    object-fit: cover;   
    border-radius: 6px; 
}

.blog-post-title {
    font-family: "Jersey 10","Geist Mono", "Arial";
    color: rgb(248, 222, 126);
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 12px;
    max-width: 200px;
}

.blog-post-desc {
    line-height: 18px;
    font-size: 12px;
    padding-left: 12px;
    max-width: 200px;
}
