﻿body {
    background-color: rgb(10, 10, 10);
    color: rgb(220, 200, 150);
    font-family: 'Georgia', serif;
    margin: 0px;
    padding: 60px;
    display: flex;
    justify-content: center;
    overflow-y:hidden;
}

.container {
    position:relative;
    bottom:20px;
    background-color: rgb(30, 25, 20);
    padding: 40px;
    width: 880px;
    border-top: 10px solid rgb(80, 65, 50);
    border-left: 10px solid rgb(60, 50, 40);
    border-right: 10px solid rgb(40, 30, 20);
    border-bottom: 10px solid rgb(20, 15, 10);
    box-shadow: 0px 0px 80px rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
}
#hidden{
    display:none;
}
.knapparnaa {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    margin-top: 40px;
    position:relative;
    right:15%;
    bottom:30%;
}
.rubrik {
    color: rgb(255, 215, 0);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 52px;
    letter-spacing: 6px;
    text-shadow: 5px 5px 0px rgb(0, 0, 0);
    border-bottom: 6px double rgb(212, 175, 55);
    padding-bottom: 20px;
}

.behallare {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.bild {
    width: 480px;
    height: 320px;
    object-fit: cover;
    border: 8px solid rgb(15, 12, 10);
    outline: 2px solid rgb(212, 175, 55);
    box-shadow: 10px 10px 20px rgb(0, 0, 0);
}

.inventory {
    flex: 1;
    background-color: rgb(15, 12, 10);
    padding: 25px;
    min-width: 240px;
    border: 4px solid rgb(50, 40, 30);
    box-shadow: inset 0px 0px 25px rgb(0, 0, 0);
}

.inventoryrubrik {
    margin-top: 0px;
    color: rgb(212, 175, 55);
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid rgb(93, 64, 55);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.lista {
    padding-left: 0px;
    list-style-type: none;
}

.sak {
    margin-bottom: 15px;
    padding: 12px;
    background-color: rgb(35, 30, 25);
    border: 2px solid rgb(60, 50, 40);
    color: rgb(244, 228, 188);
    font-size: 18px;
    box-shadow: 3px 3px 0px rgb(0, 0, 0);
}

.hp {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
    background-color: rgb(150, 20, 20);
    padding: 15px;
    text-align: center;
    border: 4px solid rgb(0, 0, 0);
    text-shadow: 2px 2px 0px rgb(0, 0, 0);
}

.fiendehp {
    color: rgb(255, 140, 0);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    text-shadow: 2px 2px 0px rgb(0, 0, 0);
}

.stats-info {
    color: rgb(100, 200, 255);
    font-size: 18px;
    margin: 20px 0px;
    background-color: rgb(20, 20, 25);
    padding: 15px;
    border: 2px solid rgb(40, 40, 60);
    text-align: center;
}

.knapparna {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    margin-top: 40px;
}

button, .dörrknapp, .attack, .Fly, .knapp, .startaom .knapparnaa {
    background-color: rgb(90, 30, 20);
    color: rgb(255, 255, 255);
    padding: 20px 40px;
    cursor: pointer;
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    border: 5px solid rgb(0, 0, 0);
    box-shadow: 8px 8px 0px rgb(0, 0, 0);
    transition: 0.05s;
}

    button:hover, .dörrknapp:hover, .attack:hover, .Fly:hover, .knapp:hover .knapparnaa:hover{
        background-color: rgb(212, 175, 55);
        color: rgb(0, 0, 0);
        transform: translate(-3px, -3px);
        box-shadow: 11px 11px 0px rgb(0, 0, 0);
    }

    button:active {
        transform: translate(6px, 6px);
        box-shadow: 0px 0px 0px rgb(0, 0, 0);
    }

.levelupknappar {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.under {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
