body {
    font-family: 'PT Serif', serif;
}

.blog-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15%;
}


.blog-link {
    text-decoration: none;
    color: rgb(255, 162, 0);
    font-weight: bold;
}

.back-to-home a {
    text-decoration: none;
    color: rgb(255, 162, 0); 
    font-weight: bold;
}
