.link {
    width: 10%;
    position: absolute;
    top: 5%;
    left: 90%;
}

#mars {
    width: 50%;
}
#mars:hover {
    scale: 1.15;
}
#oog {
    position: absolute;
    width: 55%;
    right: 47%;
    top: 105%;
}
#oog:hover {
    scale: 1.15;
}
p {
    position: absolute;
    top: 48%;
    left: 1%;
    font-size:medium;
    text-align: center;
 }   /*fix deze background en de text erop */
 #astro {
    position: absolute;
    left: 7%;
    width: 30%;
}
#text {
    position: absolute;
    width: 25%;
    top: 35%;
    left: -5%;
}
#showButton {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    top: 5%;
    left: 2.5%;
}
#info {
   width: 100%;
}
#earth {
    position: absolute;
    width: 50%;
    top: 225%;
}
#earth:hover{
    scale: 1.15;
}
#content {
    display: none;
}