body {
  background: rgb(150,150,150);
}
p {
  color: black;

}
h1 {
  font-weight: bold;
  text-align: center;
  color: rgb(10,200,255);
}

.img {
  width: 200px;
  

 