body {
  background-color: dodgerblue}
p {
  color: white;
}

h1 {
  font-weight: bold;
  text-align-last: center;
  color: white;
}

h2 {
  font-weight: bold;
  color: white;
}

h3 {
  font-weight: bold;
  color: white;
}

p{
  color: white;
  font-weight: bold
}
img {
  width: 100px;
  height: 50px;
}