body {
    background: rgb(174, 167, 118);
}

.items {
    position: absolute;
}

#window-frame {
    background-color: rgb(77, 37, 9);
    width: 260px;
    height: 260px;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    gap: 10px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-self: left;
  top: 50px;
  left: 50px;
}

#window {
    background-color: #070039;
     padding: 10px;
     text-align: center;
     height: 100px;
     width: 100px;
}

#big-frame {
    height: 198px;
    width: 198px;
    top: 60px;
    left: 600px;
    border: 8px solid rgb(0, 0, 70);
    justify-self: center;
    display: inline;
}

#table {
    background-color: rgb(39, 19, 4);
    width: 1000px;
    height: 265px;
    left: 250px;
    top: 400px;
}

#leg-left {
    background-color: rgb(12, 6, 1);
    left: 250px;
    top: 665px;
    width: 36px;
    height: 115px;
}

#leg-right {
    background-color: rgb(12, 6, 1);
    left: 1214px;
    top: 665px;
    width: 36px;
    height: 115px;
}

#lorde {
    height: 198px;
    width: 198px;
    display: inline;
}

span {
    font-size: 72px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

#bag {
    width: 350px;
    position: relative;
    z-index: 1;
    left:405px;
    top: -75px;
    display: inline;
}

#bed {
    width: 250px;
    position: relative;
    z-index: 1;
    left: -20px;
    top: 10px;
    display: inline;
}

#martini {
    width: 100px;
    position: relative;
    z-index: 1;
    left: -15px;
    top: -65px;
    display: inline;
}

#dish {
    width: 200px;
    position: relative;
    z-index: 1;
    left: -15px;
    top: 0px;
    display: inline;
}

#keys {
    width: 175px;
    position: relative;
    z-index: 1;
    right: 30px;
    top: 40px;
    display: inline;
}

#camera {
    width: 150px;
    position: relative;
    z-index: 1;
    right: 100px;
    top: -15px;
    display: inline;
}

#sunglass {
    width: 200px;
    position: relative;
    z-index: 1;
    right:-520px;
    top: -105px;
    display: inline;
}