body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54565f;
    line-height: 20px;
    border-top: 14px solid #810402;
    background: #f5f5f5;
    position: relative;
}

.writing-app [class*='col-'] img {
    max-width: 100%;
    border-radius: 10px;
}

.writing-app [class*='col-'] h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #504c4c;
    margin-bottom: 10px;
}

.writing-app {
    padding-top: 60px;
    padding-bottom: 60px;
}

.app-second {
    margin-top: 60px;
}

body::before {content: "";bottom: 100px;right: 80px;height: 390px;width: 390px;background: url(../images/app-icon.jpg) no-repeat 0 0;position: absolute;}

