body{
    background-color: rgb(179, 15, 15);
}
#dar{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#articulitos{
    margin-top: 2%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgb(196, 196, 196); 
}
#mon{
    width: 225px;
    background-color: white;
}
#art1{
    margin: 20px;
}
#tit{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#sub{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#miem{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#artn{
    display: flex;
    justify-content: space-around;
    height: 190px;
    width: 850px;
    background-color: white;
}
#anun{
    height: 190px
}
#titulo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#jk{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#look{
    border-radius: 2px;
    padding: 7px;
    display: flex;
    align-items: flex-end;
    background-color: rgb(0, 153, 255);
    width: 60px;
}
#a{
    margin-left: 50px;
}