.my-highlight-box {
    background-color: rgb(255, 208, 0); /* Change to your desired highlight color */
    width: 200px; /* Set the desired width */
    height: 50px; /* Set the desired height */
    padding: 10px;
    border: 2px solid rgb(255, 94, 0); /* Border style (optional) */
    text-align: center; /* Center text horizontally */
}
