body {
    background-image: url("./ghostside/billeder/hotel\ halloween.jpg");
    height: 500px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

img {
    width: 4%;
    height: auto;
}

 #rightarrow {
    position: relative;
    top: 400px;
    left: 1450px;
    
 }

 #leftarrow {
    rotate: 180deg;
    position: relative;
    top: 400px;
    left: 20px;
 }

 #frontarrow {
    rotate: 270deg;
    position: relative;
    top: 400px;
    left: 750px;
 }

 #backarrow {
    rotate: 90deg;
    position: relative;
    top: 450px;
    left: 750px;
 }