.try-in-jupyterlite-button a {
  background-color: #f7dc1e;
  color: black;
  text-decoration: none;

  border: none;
  padding: 5px 10px;
  border-radius: 15px;
  font-family: vibur;
  font-size: larger;
  box-shadow: 0 2px 5px rgba(108, 108, 108, 0.2);
}

.try-in-jupyterlite-button a:hover {
  color: white;
  box-shadow: 0 2px 5px #f7dc1e;
}
