/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: pink;
  color: rgb(20%,60%,60%);
  font-size : 16px;
  font-family: "Comic Sans", cursive;
 text-shadow: 0px 4px 4px rgb(20%,60%,60%);
}
h1 {
  -webkit-text-stroke: 1px #757575;
}
h1bis {
  color: grey;
  -webkit-text-stroke: 1px #757575;
  font-size: 20px;
}
p {
  -webkit-text-stroke: 1px #757575
}
p2 {
  -webkit-text-stroke: 1px #757575;
}
a {
  color: #71706e;
  font-family: "Comic Sans MS", cursive;
  text-decoration: underline fuchsia;
  text-shadow: 0px 2px 4px red;
} 
h2 {
  color: #AB274F;
  font-family : "Times New Roman", cursive;
  font-variant : Small-Caps;
  font-weight : bold;
  border-bottom: 2px solid currentColor;
  line-height: 0.85;
  
}


ul {
  font-size : 20px;
  color: #00B300;
  font-family: "Century Gothic", cursive;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}
p5 {
  color: fuchsia;
}
p3 {
  -webkit-text-stroke: 1px #282828
}
