body {
    background: linear-gradient(rgb(116, 16, 111), rgb(26, 57, 97), rgb(25, 25, 92), rgb(6, 17, 6));
}

header{
    margin: 5px;;
}

h1{
        column-span: all;
        font-family: system-ui;
        color: rgb(55 192 235);
        font-size: 60px;

}

h2 {
        column-span: all;
        font-family: cursive;
        color: rgb(236, 239, 240);
        text-align: center;
        font-size: 25px;
}



#imagen {
    
    width: 100%;
    height: 50%;
    text-align: center;
}

#imagen img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#estadistica{
    color: white;
}

#filtros{
    display: flex;
    color: rgb(246, 246, 248);
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
}

#tipo{
    margin-left: 40px;
}

#tipo2{
    margin-left: 80px;
    margin-right: 150px;
}

.imag{
    width: 200px;
    height: 200px;
}

#root{
    display: flex;
}

.ulClass {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.liClass {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 10px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    margin-bottom: 30px;
    margin-right: 30px;
    flex: 1;    
    color: aqua navajowhite;
    background-color: rgb(253, 253, 250);
    text-align: center;    
    max-width: 400px;
    flex-direction: row;
    flex-direction: column;
}

.liClass .imag{
    justify-content: center;
}

.liClass dt {
    color: rgb(16, 26, 138);
    text-align: left;
    line-height: 1.5;
    font-size: 20px;
    margin-left: 30px;
}

.liClass dd{
    color: rgb(15, 133, 191);
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 15px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 1px;
    text-align: center;
}


button {
    background-color: darkgrey;
}

#estadistica {
    font-family: arial;
    font-weight: bold;
    color: #b5b5cd;
    text-align: end;
    margin-right: 30px;
} 

@media screen and (max-width: 767px) {

    h1{
        font-size: 30px;
}

h2 {
        font-size: 12px;
}
    #imagen img {
        width: 110%;
        height: 50px;
        margin-right: 10px;
    }

    .imag{
        width: 90px;
        height: 90px;
    }

    select {
        font-size: 8px;
    }

    #filtros{
        font-size: 12px;
    }

    #tipo{
        margin-left: 10px;
    }
    
    #tipo2{
        margin-left: 30px;
        margin-right: 90px;
    }

    button {
        font-size: 7px;
    }

    .liClass {
        border-top: 1.5px solid #000;
        border-right: 1.5px solid #000;
        border-bottom: 1.5px solid #000;
        border-left: 1.5px solid #000;
        padding: 10px;
        font-size: small;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .liClass dt {
        line-height: 1.5;
        font-size: 10px;
        margin-left: 15px;
    }
    
    .liClass dd{
        margin-bottom: 5px;
        font-size: 9px;
        margin-left: 8px;
    }
    #estadistica {
        margin-right: 15px;
    } 

    footer {
        margin-right: -30px;
    }
}