ul.uni608 {
 list-style-type: "⭐";
 position: fixed;
 bottom: 2px;
 right: 2px;
 z-index: 2;
 margin: 5px;
 padding: 5px;
 width: fit-content;
 background-color: silver;
 border-radius: 8px;
 color: darkred;
 font-size: 1rem;
}
