:root {
  --primary: rgb(157, 183, 216);
  --secondary: rgba(53, 84, 126, 0.97);
}

.navbar-crystal {
  filter: hue-rotate(300deg);
}
.navbar-rose {
  content:url("/images/flower/sproutbluerose.gif");
}

li {
  color: var(--primary);
}

div li span {
  color: white;
}

.witchrose-image {
  width: 600px;
  height: 600px;
  background: url("../images/witchrose/artist_mspaint.png") no-repeat;
  background-size: 600px;
  border: 3px solid var(--primary);
  display: inline-block;
}
/* .witchrose-image:hover {
  background: url("../images/witchrose/artist-alt.png") no-repeat;
  background-size: 600px;
} */