body {
  background-color: black;
}

h1 {
  color: greenyellow;
  font-family: CMRDD;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 65px;
}

p {
  text-align: center;
  color: greenyellow;
  font-family: CMRDD;
  font-size: 12px;
}

a:visited {
  color: greenyellow;
}
  
.twitch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@font-face {
    font-family: CMRDD;
    src: url("CMRDD-Bold.woff");
}



