.fwweb-page-bg {
    background-image: linear-gradient(180deg, #000000 220px, #093E60 680px);
    background-attachment: fixed;
}

.fwweb-content-text {
    color: #bbb;
}

.fwweb-article-bg {
    background-image: url('assets/loading2.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.fwweb-article-title {
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 66%,
    rgba(0, 0, 0, 0)
    );
}

.fwweb-big-padding {
    padding-bottom: 10rem;
}
