body{

    font-family: Georgia, 'Times New Roman', Times, serif;
}




#header {
    text-align: center;
    font-size: 40px;
    
}

#entries {
    font-size: 20px;
    width: 50%;
    background-color: pink;
    border-radius: 30px;
    margin: 25px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 575px;
    line-height: 1.8;
    



}

#footer
{
    
    
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
}

a{

        color: rgb(241, 7, 241);
}

a:hover{
        color: pink;
}


@media (max-width: 768px) {

    #header {
        font-size: 24px;
    }

    #entries {
        width: 90%;
        font-size: 16px;
        padding: 15px;
        min-height: 600px;
        box-sizing: border-box;
    }

    #footer {
        font-size: 16px;
    }
}

.post-date {
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
