h3{
    text-shadow: 
        -2px -2px 0 black,  
         2px -2px 0 black,
        -2px  2px 0 black,
         2px  2px 0 black;
}
h6{
    font-size: 23px;
    font-weight: bold;
    font-family: Arial, sans-serif; 
    color: #5353ec; 
    padding-left: 10px; 
    text-align: left;
  margin: 20px auto 1px 70px;
  text-shadow: 
        -2px -2px 0 black,  
         2px -2px 0 black,
        -2px  2px 0 black,
         2px  2px 0 black;
}
h6 span {
  color: red;
}
h8 {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-right: auto;
  margin-left: 70px;
  margin-bottom: 1px;
  text-shadow: 
        -1px -1px 0 black,  
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
}
p {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-right: auto;
  margin-left: 70px;
  margin-bottom: 1px;
  text-shadow: 
        -1px -1px 0 black,  
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
}
.highlight-text {
  color: red; /* Ubah warna sesuai keinginan Anda */
  font-weight: bold; /* Untuk menonjolkan teks */
}
