.post__content {
    margin-bottom: 1.5rem;
    margin-left: .75rem;
    margin-right: .75rem;
}

h1 {
    line-height: 1.1;
    margin-bottom: 20px;
}
p {
    margin: 10px 0;
}
.mybtn {
    padding: 20px;
    background: #036ca3 !important;
    display: block;
    text-align: center;
    margin: 20px auto;
    max-width: 320px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.mybtn:hover {
    color: #fff;
    background: #0179b9 !important;
}
.mybtn:active {
    background: #005d90 !important;
    box-shadow: 0px 7px 8px -1px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 0px 7px 8px -1px rgba(0,0,0,0.75) inset;
-moz-box-shadow: 0px 7px 8px -1px rgba(0,0,0,0.75) inset;
}

.post__content {
    line-height: 1.4;
}