body{
    background-image: url('planetky/Intro.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 15%;
}



#home{
    position: absolute;
    left: 45%;
    top: 40%;
    width: 18%;
}

#art{
    position: absolute;
    top: 18%;
    left: 64%;
    width: 20%;
}

#credits{
    position: absolute;
    top: 65%;
    left: 32%;
    width: 15%;
}

#guestbook{
    position: absolute;
    top: 80%;
    left: 45%;
    width: 8%;
}

#projects{
    position: absolute;
    top: 55%;
    left: 68%;
    width: 20%;
}

#space{
    position: absolute;
    top: 6%;
    left: 18%;
    width: 28%;
}

#things{
    position: absolute;
    top: 6%;
    left: 50%;
    width: 12%;
}
#home:hover{
  transform: scale(1.2) perspective(1px)
}#art:hover{
  transform: scale(1.2) perspective(1px)
}#things:hover{
  transform: scale(1.2) perspective(1px)
}#projects:hover{
  transform: scale(1.2) perspective(1px)
}#guestbook:hover{
  transform: scale(1.2) perspective(1px)
}#space:hover{
  transform: scale(1.2) perspective(1px)
}#credits:hover{
  transform: scale(1.2) perspective(1px)
}