a {
  text-decoration: none;
  #color: black;
}

.rectangle {
  width: fit-content; /*150px;*/
  height: 25px;
  border-radius: 5px; /* Rounded corners */
  background-color: white;
  background: rgba(0,0,0,0.10);
  border: 1px solid red;
  text-align: centre;
  color: yellow;
}