/* .border2{
    border: 2px solid red;
} */
.invert img{
    filter: invert(1);
}
.border-radius{
    border-radius: 8px;
}