@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{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0a0b12;
    background-image: url("./img/moon.png");
    background-position: 0px -100px;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
 
#banner{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50px;
}
 
#Title{
    width: 365px;
    height: 100%;
    margin: 0px;
    padding: 20px;
}
 
#dnd{
    color: white;
    font-family: "DnD";
    font-size: 10px;
    letter-spacing: 10px;
    text-shadow: black 3px 2px 10px;
    margin: 0;
    margin-left: 40px;
    padding: 0;
}
 
#lunarium{
    color: #8c4939;
    text-shadow: #1e1a24 4px 3px 7px; 
    font-family: "Eagle Lake";
    text-decoration-line: none;
    font-size: 20px;
    margin-left: 1px;
    margin-top: -5px;
}
 
#black-box-flex{
    display: flex;
    flex-direction: column;
    width: 75%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    border-radius: 50px;
}
 
#przewodnik{
    color: white;
    text-align: center;
    font-size: 50px;
}
 
#black-box-grid{
    display: grid;
    width: 94%;
    /* grid-template-columns: repeat(2,1fr); */
    /*grid-template-rows: repeat(2, 55%); */
    /*grid-template-columns: repeat(4,1fr) */
    /*grid-auto-flow: column; */
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 2.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 40px;
}
 
.kafelek{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    color: white;
    border-radius: 20px;
    padding-top: 23px;
}
 
.icon{
    width: calc(90% - 20px);
    height: calc(90% - 20px);
    border: white 5px solid;
    border-radius: 17px;
}
 
.kafelek-title{
    color: white;
    font-size: 20px;
    list-style: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    font-family: "Eagle Lake";
}
 
  footer{
    height: 50px;
}
 
 [onClick] {
    cursor:pointer;
}
 