* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #5a5a58;
}

a {
    text-decoration: none;
    color: orange;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-color: #c68a1e;
}


#paitings-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* gap: 1.8rem; */
}
#paitings-list li {

}

#paitings-list li img{
    max-height: 40vh;
    width: auto;
}
