body{text-align: center; 
background-color: midnightblue;
}
img src="Tony.jpg"{max-width: 20%;}
img src="c:\Users\Asus\Downloads\télécharger (4).jpg"{max-width: 20%;}
h1{color: aliceblue;font-size: 50px;
transition: 0.5s;}
h2{color: aliceblue;font-size: 35px;
transition: 0.75s;}
p{color: aliceblue;font-size: 25px;
background-color: rgb(16, 1, 65);
transition: 1s;}
img{height: 300px;background-color: rgb(1, 45, 103);
    transition: 1s;
}
img:hover{
    height: 400px;
}
#autravail{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}
p:hover{
    font-size: 20pt;
    color: white;}
h1:hover{font-size: 45pt;}
h2:hover{font-size: 30pt;}
#taff{background-color: rgb(18, 138, 243);}
#collègue{background-color: rgb(7, 34, 144);}