h1 {
    color: lightgreen;
    font-weight: bolder;
}

h2, h3, h4, h5 , h6 {
    color: lightgrey;
    font-weight: bold;

}

li {
    list-style: none;
}
a {
    color: beige;
    font-weight: bold;
    font-size: large;
}

p {
    color: beige;
    font-weight: bold;
    font-size: large;
}

body {
    background-image: url(../Image/brique.jpg);
}

img {
    width: 40vh;
    height: 40vh;
}
.image {
    width: 100%;
    height: 80vh;
}

