.circle-pink {
    padding: 40px 25px 50px;
    border: solid 1px rgb(233, 137, 212);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
}

body {
    font-family: 'Merriweather', serif;
    font-size: 1.1em;
    line-height: 1.7;
}


.post-md table tr td {
    padding: 2px !important;
    padding-left: 5px !important;
}

.post-md a {
    color: #284661 !important;
}
