.link {
    width: 10%;
    position: absolute;
    top: 100px;
    left: 90%;
}
#maan {
    width: 50%;
}
#maan:hover {
    scale: 1.15;
}
#oog {
    position: absolute;
    width: 50%;
    right: 50%;
    top: 105%;
}
#oog:hover{
    scale: 1.15;
}
#earth {
    position: absolute;
    width: 50%;
    top: 225%;
    right: 50%;
}
#earth:hover{
    scale: 1.15;
}
p {
    position: absolute;
    top: 28%;
    left: 15%;
    text-align: center;
 }
 #astronaut {
    position: absolute;
    left: -8%;
    width: 25%;
    top: 42%;
}
#text {
    position: absolute;
    width: 20%;
    top: 19%;
    left: 10%;
}
#showButton {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    top: 5%;
    left: 2.5%;
}
#info {
   width: 100%;
}
#content {
    display: none;
}