@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-image: url(../images/cd_blog.png);
    background-size: 700px;
    color: #3d1dff;
}

.article {
  margin: auto;
  background-color: hsl(0, 0%, 100%);
  width: 500px;
  margin-bottom: 50px;
  margin-top: 100px;
  border: 10px solid rgb(255, 39, 147);
  padding: 15px;
  border-radius: 30px;
 
}

h2 {
    font-family: "hitchcut";
    color: rgb(255, 39, 147);
    -webkit-text-stroke: 0,3px white
}

p {
    color: black;
}

.hailu1 {
    width: 325px;
    position:absolute;
    left: 112px;
    top: 94px;
}

.hailu2 {
    width: 325px;
    position:absolute;
    left: 1070px;
    top: 150px;
}

.hailu3 {
    width: 325px;
    position:absolute;
    left: 135px;
    top: 450px;
}

.hailu4 {
    width: 325px;
    position:absolute;
    left: 1120px;
    top: 470px;
}

.jam {
    font-family: "hitchcut";
    font-size: 70px;
    color: white;
    -webkit-text-stroke:4px rgb(255, 39, 147);
    position: absolute;
    left: 560px;
    top: -60px;
    z-index: 1;
}

.thuis {
    font-family: "hitchcut";
    font-size: 40px;
    position: fixed;
    left: 50px;
    top: 0px;
    color: #ffffff;
    -webkit-text-stroke: 2px rgb(255, 39, 147);
}