h1 { 

  font-family: Georgia; 

  text-align: center; 

  background-color: HotPink; 

  color: #fff0f5; 

  text-emphasis: filled double-circle lightyellow; 

} 

h2 { 

  font-family: Garamond; 

  text-align: left; 

} 

#para_1 { 

  font-family: Times New Roman; 

  font-size: 14px; 

  font-style: italic; 

  color: thistle; 

  text-align: center; 

  text-shadow: #b0c4de 1px 0 10px; 

} 

.cyan { 

  font-size: 1em; 

  color: #db7093; 

  text-align: right; 

  font-family: cursive; 

} 

.titre1 { 

  font-size: 1.4em; 

  color: #20b2aa; 

  text-decoration: lightpink wavy underline; 

} 

#para_2 { 

  font-size: 0.9em; 

  color: #db7093; 

  text-align: center; 

} 

img { 

  text-align: center; 
  border-radius: 8px;
  width: 100%;
  height: auto;

} 