body {
  background-color: black;
  color: lightblue;
   font-family: 'Brush Script MT', cursive;
}

h1 {
  text-align: center;
  
   color: yellow;
  
}

h2 {
  text-align: center;
  
  color: lightgreen;
  
}

img {
  border-radius: 90px;
}

p {
  font-size: 30px;
}

ul {
  font-size: 30px;
}
