p {
  color: mintcream;
  font-size: 17px;
}

body {
  background-color: black;
  text-align: center;
}

h1 {
  color:palevioletred;
  font-size: 60px;
  text-align: center
}

img {
  width: 400px;
  border-style:dotted;
  border-width: 6px;
  border-color: lightblue;
  border-radius: 15px;
}

h5 {
  color: blue;
  font-size: 10px
}


h3 {
  color: palevioletred;
  font-size: 20px
}

li {
  color: mintcream;
  font-size: 15px
}

h2 {
  color: palevioletred;
  font-size: 16px
}









