.navbar{
    background-color: #2c3e2c

}
/*CARDS SECTION*/
.cards{
    display:flex;
    justify-content: center;
    gap:40px;
    margin-top: 60px;
     flex-wrap: wrap;
}
.cardeasy{
  padding:40px 20px;
  max-width: 220px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.cardeasy img{
    max-height: 200px;

}
.cardmedium{
  padding:40px 20px;
  max-width: 220px;
  min-height: 200px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.cardmedium img{
    max-height: 200px;

}
.cardhard{
  padding:40px 20px;
  max-width: 220px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.cardhard img{
    min-height: 200px;
 

}
.paintings{
    display: flex;
    gap:50px;
    margin-bottom:20px;
    background-color: #678667;
}