@font-face {
    font-family: "bulo";
    src: url("https://iframe.assemblea.cat/espolimetre/fonts/BuloExtraBlack.otf");
}

body{
    background-color: #1b1b1b;
}

.numeros {
    font-family: "bulo";
    font-style: normal;
    font-weight: 900;
    font-size:48px;
    color:#ffffff;
}

@media (max-width:500px) and (min-width:100px) {
    .numeros{
        font-size: 34px;
    }
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: auto;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    color: #ffffff;
         }

.titols {
    font-family: "IBM Plex Serif";
    font-weight: normal;
    font-size:24px;
    color: #ffffff;
}

.titols2 {
    font-family: "IBM Plex Serif";
    font-weight: normal;
    font-size:24px;
    color: #ffffff;
}


.main{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 50%;
    }
}

.card {
    background-color: #1b1b1b;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #1b1b1b 100%, #1b1b1b 100%);
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}
.made_by{
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}