.post img{
    border:1px solid black;
}

.post-title {
    font-size: 3rem;
    color:#101a42;
}

.post-line {
    border-top: 0.4rem solid #101a42;
    width: 15rem;
}

.post-info span {
    font-style: normal;
}

h2{
    border-bottom: 1px solid rgb(0,0,0,1);
}