/* Seccion navegacion */
.logo{
    width: 40px;
}
.accesibilidad{
    gap: 20px;
}
.navbar{
    font-family: "Oswald", system-ui;
}

/* Seccion pronosticos */
.img-dupleta{
margin-top: 20px;
}
.img-tripleta{
    margin-top: 20px;
}
.contacto a{
    text-decoration: none;
    font-size: 1.5rem;
}
.entrada{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
/* Seccion Articulos */
.titulo{
    font-family: "Oswald", system-ui;
    font-weight: bold;
    font-size: 2.5rem;
}
.img-articulo{
    width: 400px;
}
.subtitulo{
    font-family: "Montserrat", system-ui;
    font-weight: 600;
    font-size: 2rem;
}
.subtituloh3{
    font-family: "Montserrat", system-ui;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(20, 3, 53);
}
.parrafo{
    font-family: "Roboto", system-ui;
}
.btn-contacto{
    font-family: "Montserrat", system-ui;
    font-weight: bold;
}
footer{
    font-family: "Oswald", system-ui;
    font-weight: bold;
}
.card-title{
    font-family: "Oswald", system-ui;
}
body{
    background-color: #350b0b;
}