body {
  background: lightblue;
  background-image: [add image here];
  font-family: 'Brush Script MT', cursive;
  text-align: center
}

h1 {
  color: red
}

#onyx img {
   max-width: 500px;
   max-height: 500px;
   border: 10px solid blue;
   border-radius: 40px;
   margin-left: 700px;
}

#about {
   align: center;
}

p {
  padding: 5px;
}