body, html{
    margin: 0;
    padding: 0%;
}

.imgoeuvre{
    width: 180px;
    height: 180px;
    background-color: white;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.imgoeuvre img{
    width: 180px;
    height: 180px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);

}


.linedivvv{
    width: 600px;
    height: 80px;
    justify-content: center;
    display: flex;
}

.lineee{
    height: 100%;
    width: 12px;
    background-color: black;
}


.center{
  display: flex;
  justify-content: center;
}

.whitenoise{
  height: 42px;
  width: 100%;
}

main{
  margin: 42px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgoeuvre:hover{
  transform: translateY(-4px) scale(1.04)
}