.paper {
    width: 600px;
    background-color: whitesmoke;
    top: 600px;
    box-shadow: 0 0 5px 0 #888;
}

.paper::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    background-color: rgba(255,0,0,0.6);
}

.pattern {
    height: 100%;
    background-image: repeating-linear-gradient(whitesmoke 0px, whitesmoke 24px, teal 25px);
}

.blogPost {
    padding-top: 2px;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 25px;
    font-size: 19px;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: black;
}