* {
    margin: 0;
    padding: 0;
}

body {
    background: rgb(170,236,252);
    background: linear-gradient(43deg, rgba(170,236,252,0.35) 20%, rgba(252,141,202,0.15) 55%, rgba(125,53,219,0.15) 100%);

}

header {
    margin-bottom: 32px;
}

.container {
    min-width: 350px;
}

.main-content {
    margin-bottom: 32px;
}

.main-content .intro {
    height: 35vh;
    color: #fff;
    margin-bottom: 32px;
}

.container .articles {
    justify-content: center;
    gap: 25px 0;
}

.container .articles .col-4 {
    min-width: 430px;
}

.container .articles .col-4.article {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container .articles .col-4.article .card {
    width: 25rem !important;
}

.text-bg-orange {
    background-color: #E05809;
    color: #fff;
}

.text-bg-blue {
    background-color: #33A9FF;
    color: #fff;
}

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

.btn-show-more {
    /*background-color: #00ABBD;*/
    background-color: #C37EDB;
    color: #fff;
}

.btn-show-more:hover {
    background-color: #026E81;
    color: #fff;
}

header, footer {
    background-color: #f8f9fa;
}

footer p {
    color: #164773;
}