
h1 {
  font-feature-settings: normal;  
  text-align: justify;
  color: cyan;
  font-size: 50px
}
h2{
  font-kerning: auto;
  text-align: left;
  color: aqua;
  size:70px;  
}
p{
  font-family: cursive;
  text-align: inherit;
  color: chartreuse;
  font-size: 34px;
  
}

body{
background-color: fuchsia
}

img{
  width:500px;
  margin: 10px;
  border-style: groove;
  border-width:10px;
  
}