@font-face {
    font-family: "hitchcut";
    src: url("../fonts/Hitchcut-Regular.woff") format("woff"),
    url("../fonts/Hitchcut-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "toxigenesis";
    src: url("../fonts/toxigenesis/toxigenesis\ bd.woff") format("woff"),
    url("../fonts/toxigenesis/toxigenesis\ bd.woff2") format("woff2");
}

@font-face {
    font-family: "karma";
    src: url("../fonts/karma/Karma\ Future.woff") format("woff"),
    url("../fonts/karma/Karma\ Future.woff2") format("woff2");
}


body {
 background-color: rgb(255, 39, 147);
 background-image: url(../images/cd_stack.png);
 background-size: 500px;
}

.article {
  margin: auto;
  background-color: rgb(255, 255, 255);
  width: 500px;
  margin-top: 200px;
  border: 10px solid rgb(61, 29, 255);
  padding: 60px;
  border-radius: 30px;
 
}

.text {
    font-family: "toxigenesis";
    font-size: 17px;
}
.jam {
    font-family: "hitchcut";
    font-size: 70px;
    color: white;
    -webkit-text-stroke:4px rgb(61, 29, 255);
    position: absolute;
    left: 560px;
    top: 20px;
    z-index: 1;
}

.thuis {
    font-family: "hitchcut";
    font-size: 40px;
    position: fixed;
    left: 50px;
    top: 0px;
    color: #ffffff;
    -webkit-text-stroke: 2px rgb(61, 29, 255);
}