body {
  background-image: url("https://st2.depositphotos.com/36232374/46924/v/600/depositphotos_469248162-stock-illustration-rainbow-leopard-skin-vector-seamless.jpg")
}
h1 {
  font-family: "Kalnia Glaze", serif;
  font-weight: 500;
  font-size: 50pt;
  font-style: italic;
}
p {
  font-family: "Playpen Sans", cursive;
  font-optical-sizing: auto;
  font-style: normal;

}
.highlight {
  background-color: white;
}
.box {
  border: 10px solid #cb3000;
	padding: 2em 0em 0em 2em;
  background-color: #ffffff;
  border-image: linear-gradient(to right, magenta 0%, #3a4ed5 50%, #19FC05 100%) 1;
}
#box2 {
  border: 10px solid #cb3000;
	padding: 2em 0em 0em 2em;
  background-color: #ffffff;
  border-image: linear-gradient(to right, magenta 0%, #3a4ed5 50%, #19FC05 100%) 1;
  height: 25em;
}
.boxborder {
  border: 10px;
  border-image: linear-gradient(to right, red 0%, yellow 50%, black 100%) 1;
  border-style: dashed;
  box-shadow: 0px 0px 10px black;
}
.boxdashed {
  border: 10px dashed black;
	padding: 0em 0em 2.5em 2.5em;
  background-color: #ffffff;
  width: 30em;
  height: 35em;
}
#fixed-pic {
	position: fixed;
  right: 0.4em;
  bottom: 0.5em;
  transform: translate(0, -50%);
}
.relativetext {
	position: relative;
  bottom: 22em;
  left: 23em;
  width: 40%;
}
#absoluteimage {
	position: absolute;
  left: 36em;
	bottom: -26em;
}
#absoluteimage2 {
	position: absolute;
  left: 9em;
	bottom: -20em;
}
#funnyborder {
	border: solid 10px magenta;
  border-radius : 8px;
}
.relativetext2 {
	position: relative;
  bottom: 27em;
  left: 5em;
}
#verticaltext {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 3em 0em 0em 0em;
  text-shadow: 2px;
  text-shadow: 1px 1px 1px yellow;
}
.stickytext {
  position: sticky;
  top: 1em;
}
a:link {
	color: green;
  transition: font-size 1s;
  font-size: 1.2em;
}
a:hover {
  font-size:1.5em;
}
a:visited {
	font-size: 1.5em;
  color: magenta;
}
a:before {
	content: "💖";
}
a:after {
	content: "✨";
}