/*
selector {
  property: value; 
  }
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
h1 {color: forestgreen;}
a {background-color: pink;}
img {width:150px;}
html { background-color: yellow;}
ul {color: plum;}
p {color: rgb (132, 192, 219);}
h1 {font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}