@font-face {
  font-family: 'redalert';
  src: url(https://vertighost.neocities.org/fonts/redalert.ttf);
}

body{
  background:
    linear-gradient(
          rgba(0, 47, 19, 0.75), 
          rgba(0, 47, 19, 0.5)
    ),
    url('/img/bg-stars.png');
  
  background-color: darkblue;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'redalert';
}

h1 {
  color: chartreuse;
}

.rotate {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
}
.rotate:hover img, .rotate:focus img {
  transform: rotate(5deg);
}
.rotate:hover span, a:focus span {
  opacity: 1;
	}