html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f1faff;
}

#continer {
  background-color: #fff;
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

h1 {
  color: #005f73;
  font-size: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

img {
  width: 100%;
  height: auto;
  border-radius: 10px;
 margin: 15px 0;
}

#p-1 {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
margin: 20px 0;
  text-align: left;
}

.span-list {
  font-weight: bold;
  font-size: 18px;
  color: #0a9396;
  display: inline-block;
  width: 100px;
}

.span2-list {
  font-size: 17px;
 color: #222;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 25px 0;
}

#last-hr {
  border-top: 2px solid #9d4edd;
}

p {
  font-size: 17px;
  color: #222;
  line-height: 1.7;
}

span {
  font-weight: bold;
  color: #0077b6;
}

a {
  color: #0077b6;
  text-decoration: none;}

a:hover {
  text-decoration: underline;}
