.kiwi-maru-regular
{
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: 'Panic';
    src: url(/fonts/Panic.ttf);
}

@font-face
{
    font-family: 'PinkDelayDeepEcho';
    src: url(/fonts/PinkDelayDeepEcho-Regular.ttf);
}

body
{
    background-image: url(bgs/eliosbg.jpg);
    display: block;
}

div
{
    display: block;
    font-family: 'Kiwi Maru';
}

.header
{
    position: absolute;
    background: url(misc/elios/33.png) 0px 0px / contain no-repeat;
    width: 300px;
    height: 200px;
    top: 70px;
    left: 50px;
    transform: rotate(-8deg);
}

.headertext
{
    position: relative;
    font-family: PinkDelayDeepEcho;
    color: #521931;
    text-shadow: 4px 4px 8px #00000052;
    top: 40px;
    left: 50px;
    font-size: 5em;
    transform: rotate(2deg);

}

.mainpage
{
    position: relative;
    background: url(misc/elios/t18.png) 0px 0px / contain no-repeat;
    width: 800px;
    height: 800px;
    margin: auto;
    padding: 40px;

}

.infobox
{
    position: relative;
    top: 210px;
    left: 40px;
    width: 350px;
}

.info
{
    display: flex;
    margin: 5px;
    text-align: left;
    font-size: 14px;
}

#left
{
    width: 40%;
}

#right
{
    width: 75%;
}

.pics
{
    position: absolute;
    background: url(misc/elios/frame27.webp) 0px 0px / contain no-repeat;
    width: 400px;
    height: 400px;
    bottom: 10px;
    left: 50px;
    z-index: 1;
}

#factsheader
{
    font-family: 'Times New Roman', Times, serif;
    color: #e0dede;
    text-shadow: 4px 4px 8px #000000e5;
    position: absolute;
    top: 70px;
    left: 480px;
    font-size: 6em;
    transform: rotate(2deg);

}

.factsbox
{
    display: block;
    position: relative;
    bottom: 60px;
    left: 460px;
    width: 300px;
    height: 450px;
    overflow: auto;
    z-index: 1;
}

.linedpaper
{
    position: absolute;
    background: url(misc/elios/lined-paper-pictures-pixabay-18.png) 0px 0px / contain no-repeat;
    width: 500px;
    height: 500px;
    bottom: 200px;
    left: 465px;
    filter: opacity(80%);
}

.coffee
{
    position: absolute;
    background: url(misc/elios/IMG-0618.png) 0px 0px / contain no-repeat;
    width: 300px;
    height: 170px;
    bottom: 10px;
    left: 650px;
    transform: rotate(8deg);
}

.shoes
{
    position: absolute;
    background: url(misc/elios/weme76.png) 0px 0px / contain no-repeat;
    width: 400px;
    height: 400px;
    top: 550px;
    right: 600px;
    z-index: 1;
}

.cats
{
    position: absolute;
    background: url(misc/elios/IMG_2174.gif) 0px 0px / contain no-repeat;
    width: 100px;
    height: 100px;
    top: 680px;
    right: 460px;
    z-index: 1;
}

.elios
{
    position: absolute;
    background: url(misc/elios/IMG_1303.png) 0px 0px / contain no-repeat;
    width: 250px;
    height: 250px;
    top: 500px;
    right: 500px;
}

#goback
{
    position: absolute;
    right: 600px;
    z-index: 2;
}