@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/aardbei.gif), url(../images/checkers.jpg);
    background-size: 200px 150px, cover;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}

p {
    font-family:"toxigenesis";
}

h2 {
    font-family: "hitchcut";
    color: #ffffff;
    -webkit-text-stroke: 1px #3d1dff;
}

.JAM {
    font-family: "hitchcut";
    font-size: 60px;
    color: #ffffff;
    -webkit-text-stroke: 2px #3d1dff;
    position: absolute;
    left: 575px;
    top: -40px;
}

.thuis {
    font-family: "hitchcut";
    font-size: 40px;
    position: fixed;
    left: 50px;
    top: 0px;
    color: #ffffff;
    -webkit-text-stroke: 2px #3d1dff;
}

#article1 {
    margin-top: 100px;
}

.article {
  margin: auto;
  background-color: hsl(0, 0%, 100%);
  width: 500px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: 10px solid #3d1dff;
  padding: 15px;
 
}


@media (max-width: 850px) {

    .text {
        font-size: 15px;
        position: relative;
        top: -100px;
        margin-left: 51px;
        margin-right: 51px;
        border: 10px;
        border-color: black;
        border-style:double;
        width: 275px;
        padding-bottom: 100px;
        padding: 10px;
        margin-bottom: 50px;
        background-color: rgb(242, 168, 215);
        border-radius: 12px;
    }
    
    .blogs {
        position: relative;
        margin-top: 5vh;
    }
    
    .blogs-title {
        font-size: 18px;
        position: relative;
        left: 176px;
        top: -50px;
        color: rgb(0, 0, 0);
        border: 10px;
        width: 60px;
        border-radius: 12px;
        background-color: rgb(194, 43, 194);
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    #nokia {
        position: absolute;
        top: 50px;
        left: 100px;
        width: 0px;
        z-index: -1;
    }
    
    #old-phone {
        position: absolute;
        left: 511px;
        top: 600px;
        width: 0px;
    }
    
    #cigs {
        position: absolute;
        width: 304px;
        top: 1545px;
        left: -13px;
        width: 0px;
    }
    
    #money {
        position: absolute;
        top: 985px;
        left: -86px;
        width: 0px;
    }
    
    #pinguin {
        position: absolute;
        left: 624px;
        top: 10px;
        width: 0px
    }
    
    .button {
        width: 83px;
        height: 35px;
        border-radius: 12px;
        background-color: rgb(194, 43, 194);
    }
    
    .create_blog {
        border: 10px;
        width: 100px;
        background-color: rgb(194, 43, 194);
        color: black;
        padding: 5px;
        border-radius: 12px;
        margin-left: 30px;
    }
    
    .home_page {
        border: 10px;
        width: 50px;
        background-color: rgb(194, 43, 194);
        color: black;
        padding: 5px;
        border-radius: 12px;
        position: relative;
        left: 324px;
        top: -138px;
    }
}
