@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&family=Lobster&family=Michroma&family=VT323&display=swap');
@font-face
{
    font-family: 'DnD';
    font-weight: normal;
    font-style: normal;
    src: url('./czcionka/DragonHunter-9Ynxj.otf');
}


body{
    background-color: #0a0b12;
    background-image: url("./img/moon.png");
    background-position: 0px -100px;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}


#banner{
    width: 99.70%;
}


#Title{
    margin: 0;
    padding: 0;
    transform: translateY(-70px);
}


#dnd{
    margin-top: 110px;
    transform: translateX(5px);
    color: white;
    text-align: center;
    font-family: "DnD";
    letter-spacing: 5px;
    text-shadow: black 3px 2px 10px;
}


#lunarium{
    text-align: center;
    color: #8c4939;
    text-shadow: #1e1a24 4px 3px 7px; 
    font-size: 90px;
    font-family: "Eagle Lake";
    letter-spacing: 5px;
    z-index: 2;
    position: relative;
    text-decoration-line: none;
}


#lunariumShadow{
    transform: translate(0px, -310px);
    text-align: center;
    color: white;
    font-size: 130px;
    font-family: "Eagle Lake";
    letter-spacing: 5px;
    opacity: 0.08;
    z-index: 1;
    position: relative;
}


#box{
    position: relative;
    background-image: url(./img/scroll.png);
    background-size: 1300px 800px;
    background-repeat: no-repeat;
    background-position: 89px -18px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -22%;
    padding-left: 150px;
    padding-right: 60px;
    line-height: 18px;
    height: 900px;
    line-break: normal;

}

#help1{
    width: 50%;
}

#help2{
    width: 50%;
}


p{
    font-size: 15px;
}

h1{
    font-family: "Eagle Lake";
    font-size: 20px;
    color: #8c4939;
}



#help{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
}

b{
    font-family: "Eagle Lake";
}

#help1{
padding-left: 80px;
padding-top: 50px;
}

#help2{
padding-right: 50px;
margin-top: -210px;
}

footer {
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
 }

#footerMenu{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: right;
    margin-right:50px;
    padding-top: 8px;
    padding-bottom: 8px;
}
     #footerMenu > a{
     font-size: 20px;
     color: white;
     text-decoration-line: none;
     font-family: "Eagle Lake";
     }

     #footerMenu > a:hover{
        font-size: 20px;
        color: #8c4939;
        text-decoration-line: none;
        font-family: "Eagle Lake";
        }


 [onClick] {
    cursor:pointer;
}
