.link {
    width: 10%;
    position: absolute;
    top: 100px;
    left: 90%;
}
#maan {
    width: 50%;
}
#maan:hover {
    scale: 1.1;
}
#oog {
    position: absolute;
    width: 55%;
    right: 48%;
    top: 100%;
}
#oog:hover {
    scale: 1.1;
}
#mars {
    width: 50%;
}
#mars:hover {
    scale: 1.1;
}
p {
    position: absolute;
    top: 29%;
    left: 16%;
    text-align: center;
    font-size:12px;
 }
#text {
    position: absolute;
    width: 22%;
    top: 19%;
    left: 10%;
}
#astro {
    position: absolute;
    width: 15%;
    top: 45%;
}
#showButton {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    top: 5%;
    left: 2.5%;
}
#info {
   width: 100%;
}
#content {
    display: none;
}