*{
    overflow: hidden;
    margin: 0;
    font-family: "Pixelify Sans", cursive;
    user-select: none;
}
body{
    background-image: url(../img/Background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#header2{
    position: fixed; /* or position: absolute; */
        top: 10px; /* adjust the top position as needed */
        right: 10px; /* adjust the right position as needed */
}
#shopIcon, #settingsIcon, #statsIcon{
    max-width: 100%;
    max-height: 100%;
   height: 9vh;
}
#shop{
    background-color: rgba(245, 245, 220, 0.5);
    display: none;
}
#item1, #item2, #item3{
    background-color: beige;
    border-radius: 25px;
    border: 3px solid black;
    width: 50%;
    text-align: center;
    margin: auto;
}
#shop img{
max-width: 150px;
padding-top: 3px;
}
#settings{
    background-color: beige;
    border-radius: 25px;
    border: 3px solid black;
    text-align: center;
    width: 50%;
    margin: auto;
    display: none;
    z-index: 1;
}
#emu{
    width: 255px;
}
#main{
    display: flex;
    justify-content: center;
    align-items: center;
}
#healthBar{
  margin-left: 48px;
}
#moneyCounter{
    text-align: center;
}