body {
  background: rgb(255, 0, 0);
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
h2{
  color: black;
  text-align: center;
  font-size 32px;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 1px solid #ddd;
  border-radius: 120px;
  padding: 5px;
  width: 300px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}