img {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-style: double;
  border-radius: 30px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
h1 {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
  border-style: double;
  padding: 15px;
  border-radius: 30px;
}
body {
  font-family: Arial, sans-serif;
  background-color: #FA8128;
  margin: 0;
  padding: 20px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: center;
  border-style: double;
  padding: 15px;
   border-radius: 30px;
}
ul {
  text-align: center;
}
