html {
    font-family: Georgia;
    color: floralwhite;
    cursor: url(images/staticcursor.gif) 5 11, auto;
}

html a {
    cursor: url(images/star2.gif), pointer;
}

body {
    margin: 0;
    background: black;   
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

.workbench-regular {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}

/* wrapper */
.wrapper {
    position: absolute;
    z-index: 3;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 700px;
    
}

.wrapper .title {
    position: absolute;
    text-align: center;
    margin-left: 150px;
    margin-top: 40px;
    display: inline-block;
    transform-origin: bottom center;
    animation: sway 3s ease-in-out infinite;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

.wrapper .title h2 {
    font-family: "Workbench", sans-serif; 
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.wrapper #carpet {
    position: absolute;
    width: 800px;
    margin-left: -50px;
    margin-top: 150px;
}

.wrapper #sofa {
    position: absolute;
    width: 700px;
    z-index: 1;
    margin-left: -4px;
    margin-top: 75px;;
}

.wrapper #table {
    position: absolute;
    width: 190px;
    transform: scaleX(-1);
    margin-top: 452px;
    margin-left: -149px;
}
.wrapper #lamp {
    position: absolute;
    width: 155px;
    margin-top: 277px;
    margin-left: -130px;
}

.wrapper #bookshelf {
    position: absolute;
    width: 400px;
    margin-left: 555px;
    margin-top: 260px;
}

/* tv */
.wrapper .tv {
    position: absolute;
    margin-left: 140px;
}

.wrapper .tv #tvframe {
    position: absolute;
    background: black;
    width: 400px;
    margin-top: 122px;
}

.wrapper .tv #video {
    position: absolute;
    z-index: 5;
    margin-top: 168px;
    margin-left: 42px;
}

/* back button */
.back {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 15px;
    margin-bottom: 15px;
}

.back img {
    width: 60px;
    height: auto;
}