@import url('https://fonts.googleapis.com/css2?family=Oldenburg&display=swap');
body {
    overflow: hidden;
    background-color: black;
    font-family: 'Oldenburg', serif, sans-serif;
    color: white;
}
@font-face {
    font-family: 'Skullphabet';
    src: url(img/fonts/SkullphabetOne.otf)
}
#header {
    font-family: 'Skullphabet', serif, sans-serif;
}
#maincontent {
    width: 800px;
    height: 400px;
    margin-left: 340px;
    font-size: 1.5em;
}
#leftbones {
    height: 400px;
    width: 150px;
   position: absolute;
   top: 10%; 
}
#rightbones {
    height: 400px;
    width: 150px;
   position: absolute;
   top: 10%; 
   left: 80%;
}
#presents {
    height: 100px;
    width: 400px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
}
#guzik {
    position: absolute;
    width: 100px;
    height: 50px;
    font-family: 'Skullphabet';
    z-index: 9999;
}
.bones {
    z-index: -1;
}