html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    position: relative;
    overflow:hidden;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url("../images/room112.png");
        background-size: cover;
        background-position: center;
        filter: blur(8px);
        transform: scale(1.05);
        z-index: -1;
    }



.info {
    max-width: 1200px;
    margin: 30px auto;
    padding: 25px;
    background: #101326;
    border: 3px solid black;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}

.cont {
    display: block;
    max-width: 700px;
    margin: 20px auto;
    border-radius: 10px;
    border: 4px solid black;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.starty{
    display: flex;
    width: 100%;
    justify-content:center;
    align-items: center;
    margin-top: 40px;
    gap:40px
}

.knapps {
    background: linear-gradient(#1b1208, #002053);
    padding: 10px 15px;
    font-size: 30px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-family: 'Cinzel', serif;
    border: 3px solid black;
}

.titel {
    color: white;
    padding: 10px;
    font-family: 'Cinzel', serif;
    font-size: 22px;
    text-align:center;
}

.inttt {
    display: flex;
    max-width: 100%;
    margin: 20px;
    border-radius: 10px;
    border: 4px solid black;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    justify-content:center;
    align-items:center;
}

.inventory-panel {
    width: 200px;
    padding: 20px;
    display: inline-block;
    align-items: center;
    justify-items: center;
    background: linear-gradient(#1b1208, #002053);
    border: 3px solid black;
    border-radius: 12px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.9);
    color: white;
    font-family: 'Cinzel', serif;
    height: 100%;
    margin-top: 20px;
}


.riddy{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
}

.hp {
    width: 200px;
    padding: 20px;
    display: block;
    align-items: center;
    justify-items: center;
    background: linear-gradient(#1b1208, #002053);
    border: 3px solid black;
    border-radius: 12px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.9);
    color: white;
    font-family: 'Cinzel', serif;
    height:100%;
    margin-top: 20px
    
}

.tot{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 200px;
}
 
.stt{
    display:flex;
    flex-direction: row;
    gap: 20px;
}