h1 {
  color:plum;
  font-size: 100px;
  text-align: center;
}

body {
  color: plum;
  font-family: Georgia; 
  background:lightcyan;
}
img {
  border-radius: 50px;
  border: 5px solid;
  float:right;
}
ul {
  font-size: 30px;
}
h2 {
  font-size: 50px;
}
p {
  font-size: 25px;
}
