@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: #ff00ad;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/strawberry.gif);
}

.JAM {
    font-family: "hitchcut";
    font-size: 60px;
    color: #72ac39;
    -webkit-text-stroke: 2px #d31f17;
    position: absolute;
    left: 540px;
    top: -10px;
}

.thuis {
    font-family: "hitchcut";
    font-size: 40px;
    position: fixed;
    left: 50px;
    top: 0px;
    color: #72ac39;
    -webkit-text-stroke: 2px #d31f17;
}

#article1 {
    margin-top: 150px;
}

.article {
  margin: auto;
  background-color: #ffff;
  width: 500px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: 10px solid #d31f17;
  padding: 30px;
  border-radius: 75px;
 
}


h2 {
    font-family: "hitchcut";
    color: #d31f17;
}

p {
    font-family: "toxigenesis";
}
