* {
  list-style: none;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  
}
body {
  overflow-x: hidden;
}

p{
  letter-spacing:1px;
  line-height: 34px;
}
.navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 40px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 2px;
  color: #000;
}

h4{
  position: relative;
  font-weight: bold;
  padding-left: 14px; /* 稍微拉開一點空間 */
  z-index: 2;
  color: #881BFF;
}

/* 黃色圓形裝飾 */
h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFD700;
  z-index: 1;
}

h4 span {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 768px) {
  p{
    font-size: 13px;
      letter-spacing:1px;
      line-height: 20px;
    }
  }
  .body {
    background-image: url(../pic/bncv2.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
  }

@media (max-width: 425px) {
  .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}