

h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}  

body {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #E0E0E0;
    color: #000000;
}



a {
    color: #C41230;
}

.subheader {
    text-align: center;
    margin-bottom: 1rem;
}
.post-title-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
