@font-face {
    font-family: windowsfont;
    src: url(ProFontWindows.ttf);
}

html {
    background: skyblue;
    font-family: windowsfont, monospace;

    cursor: url("overig/xpmuis.cur"), pointer;
    user-select: none;
}

body {
    width: 1640px;
    height: 900px;
    position: relative;
}

#achterGrond {
    background: green;
    width: 110%;
    height: 10%;
    position: fixed;
    left:-5%;
    top: 90%;
}

#datacenter {
    background: lightslategray;
    color: whitesmoke;
    width: 300px;
    height: 150px;
    position: fixed;
    top: 78%;
    left: 10%;
    z-index: 5;
    font-size: 18px;
}



#datacenter a {
    text-align: center;
    font-size: 24px;
}

#datacenter p {
    text-align: center;
}

#datacenter:hover {
    background: whitesmoke;
    color: lightslategrey;
    transition-duration: 100ms;
}


#achtergrondtekst {
    font-family: 'Times New Roman', Times, serif;
    position: fixed;
    top: -170px;
    left: 200px;
    font-size: 400px;
    opacity: 0.07;
}

.wolkje {
    width: 200px;
    position: absolute;
    background-color:whitesmoke;
    padding: 1%;
}

#rechtsboven {
    color: white;
    font-size: 40px;
    position: absolute;
    left: 85%;
}

#wolk1 {
    margin-top: 10%;
    margin-left: 1150px;
}

#wolk2 {
    top: 60%;
    left: 80%;
}

#wolk3 {
    background-color: white;
    top: 40%;
    left: 40%;
}

#wolk4 {
    width: 500px;
}

#wolk5 {
    margin-top: 400px;
    margin-left: 10%;
}

#wolk6{
    left: 35%;
    top: 5%;
    width: 390px;
}

.kleineretekst {
    font-size: 14px;
}

#stiekemewolk {
    position: relative;
    left: 50%;
    top: 70%;
    background-color: skyblue;
    color: skyblue;
}

#stiekemewolk:hover {
    background-color: white;
    color: black;
}
