.Content {
    background-color: rgb(210,210,210);
    padding: 20px;
    margin-top: 15px;
    box-shadow: 5px 5px 2px 2px rgba(0,0,0,0.5);
}

.postCardContainer {
    box-shadow: 5px 5px 2px 2px rgba(0,0,0,0.5);
}

.postCardPhotos {
    padding-top: 15px;
    padding-bottom: 15px;
}

.postCardPhotos img {
    width: 100%;
    height: 100%;
    border: 5px solid rgba(0,0,0,0.5);
}

.shadowImg {
    position: absolute;
    width: auto;
    height: 100%;
    box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.9);
    top: 0;
    left: 15px;
    right:15px;
}

.letterText {
    padding-top:20px;
}

.postCard {
    padding: 20px;
    color: rgb(245,245,245);
}

.addresate {
    font-weight:700;
}

.line1 p, .line2 p, .line3 p {
    margin-bottom:0;
}


.line1 p {
    font-size: x-large;
}