body{
background:#0b0b0b;
color:white;
font-family:Arial;
text-align:center;
}

h1{
color:gold;
}

#scene{
position:relative;
width:900px;
margin:auto;
}

#sceneImage{
width:100%;
}

/* objects */

.object{
position:absolute;
cursor:pointer;
transition:0.2s;
}

.object:hover{
transform:scale(1.1);
filter:drop-shadow(0 0 10px gold);
}

/* room 1 */

#torch{
width:70px;
left:150px;
bottom:80px;
}

#tablet{
width:180px;
left:420px;
bottom:40px;
}

#sarcophagus{
width:200px;
left:520px;
bottom:70px;
}

#door{
width:180px;
right:10px;
bottom:60px;
}

/* room 2 */

#scarab{
width:80px;
left:300px;
bottom:120px;
display:none;
}

#statue{
width:200px;
left:600px;
bottom:60px;
display:none;
}

#inventoryBar{
width:900px;
margin:auto;
margin-top:10px;
background:#333;
padding:10px;
}

#message{
margin-top:20px;
color:gold;
font-size:18px;
}
#winScreen{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:black;
display:none;
align-items:center;
justify-content:center;
z-index:1000;
}

#winImage{
max-width:80%;
}

egypt-menu {
    background: rgba(212,175,55,0.95);
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.egypt-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.egypt-menu ul li a {
    text-decoration: none;
    color: #3e2c14;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    transition: 0.3s;
}

.egypt-menu ul li a:hover {
    color: gold;
    text-shadow: 1px 1px 0 #a67c00;
    transform: translateY(-2px);
}










/* Egyptisch menu */
.egypt-menu {
    background: rgba(212,175,55,0.95);
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.egypt-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.egypt-menu ul li a {
    text-decoration: none;
    color: #3e2c14;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    transition: 0.3s;
}

.egypt-menu ul li a:hover {
    color: gold;
    text-shadow: 1px 1px 0 #a67c00;
    transform: translateY(-2px);
}