/* Tối ưu tiêu đề */
h1 {
  color: #f50;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

h3 {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}

/* Định dạng đoạn văn */
p {
  color: #555;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Định dạng danh sách */
ul {
  color: #555;
  font-size: 25px;
  margin-left: 20px;
}

li {
  margin-bottom: 10px;
}

/* Định dạng điểm nhấn quan trọng */
.important {
  color: #f50;
  font-weight: bold;
}

/* Chình cỡ chữ navibar */
#navbar .right a {
    font-size: 22px !important;
    font-weight: 500;
    opacity: 0.8;
}
#navbar .right span {
    font-size: 22px !important;
    font-weight: 600;
}