@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;
    
}

#menu{
    color: white;
    display: flex;
    flex-direction: row;
    gap: 50%;
    justify-content: center;
    align-items: center;
}

.menu1{
color: white;
text-decoration-line: none;
font-size: 30px;
font-family: "Eagle Lake";
}

#kartonik{
    margin-top:-425px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.menu{
    width: 300px;
    height: 400px;
    border: 10px;
    border: solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
}

.menu:hover{
    width: 300px;
    height: 400px;
    border: 10px;
    border: solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    opacity: 0.7;
    webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(0px);
}

p{
    color: white;
    font-family: "Eagle Lake";
    font-size: 25px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
 }
#footerMenu{
    display: flex;
    flex-direction: row;
    width: calc(100% - 10px);
    padding:0px 10px 0px 10px ;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    }
     #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";
        }

#mg{
    margin-top: 5px;
    font-size: 15px !important;
    background-color: #960019;
    padding: 2px;
    border-radius: 2.5em;
    border: solid 1px #5e1914;
}
#help{
    margin-right:15px;
}

 [onClick] {
    cursor:pointer;
}
