body {
    margin:0;
    background:#222;
    overflow:auto;
    justify-content: center;
    display: flex;
    background-image: url("pics/backstar.gif");
    
}

/* This whole thing gets scaled */

#wrapper {
    width:1920px;
    height:1080px;

    position:fixed;

    transform-origin:center center;
}

.landing{

    position:relative;

    width:1920px;
    height:1080px;
}

.room{

    position:absolute;

    width:1920px;
    height:1080px;

    left:0;
    top:0;
}

/* Every object */

.link{

    position:absolute;
    z-index:5;
}

.link img{

    width:180px;

    transition:.25s;
}

.link img:hover{

    transform:scale(1.08);
    filter:drop-shadow(0 0 18px red);
}

/* TV */

.tv-screen{

    position:absolute;

    left:1115px;
    top:270px;

    width:290px;
    height:170px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:lime;
    font-size:40px;
    font-family:monospace;

    z-index:10;
}

/* Positions */

.movies{
  
    
    left: 1135px;
    top: 530px;
}

.movies img {
  
  width: 230px;
}
  

.games{

    left:120px;
    top:430px;
}

.games img {
  width: 350px;
}

.music{

    left: 1700px;
    top: 580px;
}

.music img {
 width: 200px; 
}

.photo{

    left:670px;
    top:125px;
}

.photo img {
 width: 220px; 
}