body {
    background: rgba(0, 0, 0, 0.4) url("110280.jpg");
    background-blend-mode: darken;


  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
h1 {
  color: #c600df;
  font-size: 200px;
  font-family: courier;
    text-shadow: -1px -1px #00ffff;
}
@font-face {
  font-family: courier;
  src: url(punktype.regular.ttf);
}
