a {
    font-size: 30px;
    font-family: cursive;
    margin: 50px;
}
a:hover {
    color: orchid;
}

.outside-link {
    position: fixed;
    bottom: 20px;
    right: 50px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
}

.first-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

    

  
}

.fly {
    position:fixed;
    top: 300px;
    right:600px;
    width: 90px;
    height: 90px;
    transform:translate(-50%,-50%); 
animation: orbit2 5s backwards infinite; 
animation-direction: alternate;
}


@-webkit-keyframes orbit2 {
    from {  -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   {  -webkit-transform: rotate(900deg) translateX(150px) rotate(-900deg); }
}



.room {
 width: 100%;
 height: 100%;
 position: absolute;
 top:0;
 right:0;

}

.sign {

    width:7cm;
    height:6cm;
    position: absolute;
    top: 100px;
    right:20px;
}

.arrow {

    width:7cm;
    height:4cm;
    position:absolute;
    top:50px;
    right:1000px
}

.wieczor {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
}

.papieros {
    width:12cm;
    height:10cm;
    position: absolute;
    top:200px;
    right:0px;
   
}

.beer {
    position:relative;
    top:300px;
    right: 700px;
    width:15cm;
    height: 18cm;

    
}

.telewizja {
    position: relative;
    top:170px;
    right:-300px;
    width:5cm;
    height: 4cm;
}