.sidebar{
box-shadow: var(--gray) 2px 2px 2px;
}
.sidebar h3:not(:first-child){
margin-top: 1.4rem;
}
.sidebar h3{
color:var(--white);
background: var(--secondary-color);
padding: 1.5rem 1.5rem;
}
.sidebar li{
list-style: none;
}
.sidebar__resources li{
padding: 1.5rem;
}
.sidebar__recen-posts li{
padding: 0rem 1.5rem;
}