p {
  background-color: rgb(120, 186, 236);
  width: 220px;
  text-align: center;
  margin: 10px;
  padding: 20px 20px 10px 20px;
  border-radius: 30px;
}

span {
  font-size: 48px;
  font-weight: bold;
  color: white;
}