body {
    background-color: #12141C;
    color: white;
}

#newsroom {
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 160, 72, 0.7) 0%, rgba(20, 43, 30, 0.9) 19%, rgba(0, 0, 0, 1) 48%, rgba(20, 43, 30, 0.9) 78%, rgba(6, 160, 72, 0.7) 100%);
    padding-top: 200px;
}

.search {
    height: 61px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px 0 0 10px;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    width: 70%;
}

.search:focus {
    outline: none;
}

.search::placeholder {
    color: rgb(205, 197, 197)
}

.btn-search {
    width: 30%;
    height: 61px;
    background-color: #fff;
    background-color: #219653;
    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
}

.card-text {
    color: white;
}

.postcard {
    border: 1px solid #ADB6C6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    opacity: 0.8;
    border-radius: 7px;
    min-height: 555px;
}

.postcard:hover {
    background: linear-gradient(180deg, #D27118 0%, rgba(224, 161, 32, 0.81) 99.99%, rgba(250, 194, 80, 0.55) 100%);
}

.pagination .page-item .page-link {
    background-color: #fff;
    opacity: .4;
    color: black;
}

.pagination .page-item.active .page-link {
    opacity: 1;
    background-color: #fff !important;
    border: 1px solid #fff
}