body {
  background-color: black;
  background-image: url('/images/magic-stars.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: Verdana;

  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=57261), auto;
}

h1 {
  font-size: 96px;
}

h6 {
  font-size: 24px;
}

img {
  display: block;
  margin: auto;
  width: 12.5%;
}

a {
  color: skyblue;
}

.row {
  display: flex;
}

.column {
  flex: 10%;
  padding: 5px;
}

h1 {
  font-family: "keiko-titling-fat", sans-serif;
  font-weight: 900;
  font-style: italic;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: center;
}

ul.topnav li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
}

