@import url('https://fonts.googleapis.com/css2?family=Modak&family=Orbitron:wght@700&display=swap');
html{
    background-color: rgb(37, 35, 32);
}
body{
    text-align: center;
    background:url(https://images.pexels.com/photos/1446948/pexels-photo-1446948.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
}
img{
    height: 200px;

}
h1,h2{
    font-family: "Modak", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
}
p {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: aliceblue;
}
li{
    color: aliceblue;
    text-align: left;
}
#ll:hover{
    color: aquamarine;
    transition: 0.5s
}
#titre:hover{
    color: blue;
	transition: 0.5s
}
.oui{
    background-color: darkgrey;
}
h1,li{
    color: aqua;
}