body {
  background-color: black;
}

h1 {
  font-size: 3em;
}

.vox-font-bold {
  font-family: vox, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.vox-font-regular {
  font-family: vox, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vox-font-medium {
  font-family: vox, sans-serif;
  font-weight: 500;
  font-style: normal;
}


#stolpeblink {
    color: magenta;
    animation:
      blink .8s infinite;

}

@keyframes blink {
  from { color: transparent }
  to { color: magenta; }
}
