body{
	border: 1px solid black;
	padding: 1px;
	margin: 3px;
}
h1{
	background-color: orange;
	color: blue;
	text-align: center;
	border: 2px solid red;
}
.images{
	 display: inline-block;
     margin: 90px;
     border-width: unset;
     border-style: solid;
     border-color: blue;
     position: relative;
     font-size: 18px;
     content: #ffffff;
     color: #ff0000;
     bottom: 10px;
     
}     
.les-images{
  display: inline-block;
   margin: 80px;
        border-width: unset;
     border-style: solid;
     border-color: blue;
}
 p, strong{
	text-align: center;
	border: 1px solid black;
	color: blue;
	text-decoration: underline;
	text-transform: uppercase;
     padding: 5px;
     background-color: orange;
}

ul li{
   display: inline-block;
   margin: 50px;
}


