body {
    background-image: url("unsplash/robert-bye-4hcpIbqQM8c-unsplash.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.content {
    margin: 0 auto;
    max-width: 960px;
}

.breaking-news {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border: 1px solid #b6d4fe;
    border-radius: 0.25rem;

    background-color: #599ad72f;
    color: #2f74b5;
    text-align: center;
}

.breaking-news h2 {
    font-size: 1.5rem;
}

.text-justify {
    text-align: justify;
}

.partners img {
    max-width: 80%;
}

.partners .col-6 {
    padding: 1rem;
    text-align: center;
}

.partners img {
    max-width: 80%;
    max-height: 100px;
    object-fit: cover;
}

.partners .col-6 a {
    color: black;
    text-decoration: none;
}

.margin-top {
    margin-top: 4rem;
}

.bottom-margin {
    margin-bottom: 20%;
}

.blue {
    color: #2f74b5;
}

.b {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.read-more {
    position: absolute;
    top: 95%;
    right: calc(50% - 100px);

    height: 100px;
    width: 200px;

    background: white;
    border-radius: 5px;
    box-shadow: 0 25px 8px 0 rgba(0,0,0,0.2),0 25px 20px 0 rgba(0,0,0,0.2);
}

.read-more a {
    text-decoration: none;
    color: #2f74b5;
}

.read-more:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}

.text-left {
    text-align: left;
    margin-top: auto;
    margin-bottom: 1.25rem;
}

.text-right {
    text-align: right;
    margin-top: auto;
}