@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: #72ac39;
}

.strawberry_window {
    width: 500px;
    position: absolute;
    left: 975px;
    top: 250px;
}

.fruit_window {
    width: 500px;
    position: absolute;
    left: 50px;
    top: 50px;
}

h2 {
    font-family: "hitchcut";
    color: #ff00ad;
    -webkit-text-stroke: 2px #3d1dff;
    font-size: 130px;
    position: absolute;
    left: 600px;
    top: -50px;
}

.mail {
    font-family: "karma";
    color: #ff00ad;
    text-shadow: 0px 1px #3d1dff;
    -webkit-text-stroke: 1px #3d1dff;
    font-size: 35px;
    position: absolute;
    left: 40px;
    top: 475px;
}

.social {
    font-family: "karma";
    color: #ff00ad;
    text-shadow: 0px 1px #3d1dff;
    -webkit-text-stroke: 1px #3d1dff;
    font-size: 35px;
    position: absolute;
    left: 40px;
    top: 550px;
}

.messages {
    width: 400px;
    position: absolute;
    left: 550px;
    top: 200px;
    z-index: -1;
}

.thuis {
    font-family: "hitchcut";
    font-size: 40px;
    position: fixed;
    left: 1350px;
    top: -10px;
    color:rgb(255, 39, 147);
    -webkit-text-stroke: 2px #3d1dff;
}