p,
h1,
a {
  color: black;
  font-family: cursive; 
  
}

a {
  text-decoration-line: none;
  
}

.titre {
  padding: 100px;
  text-align: center;
  background: #3F5EFB;
  background: linear-gradient(182deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
  background-attachment: fixed;
  background-position: bottom;
  
}





a:visited{
  color: purple;
  text-decoration: underline;
  text-decoration-line: underline;
}

.art img{
  border-radius: 55% 45% 85% 15% / 82% 56% 44% 18%;
  
} 
  
.art {
  text-align: center;
  padding: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
  
.art a:hover + p{
  text-decoration-line: underline;
  color: red;
}  

.art a:hover {
  opacity:0.5;
  
}

.art p:hover + a{
  opacity:0.5;
  
}
  