a{
  color: white;
  text-decoration: underline;
}
h1{
  text-align: center;
  font-size: 50px;
  font-style: italic;
  max-width: 100%;
  margin: 0;
  padding-top: 80px;
} 
#Mars{
  position: fixed;
  right: 68%;
  top: 18%;
  max-width: 100%;
  height: auto;
}
#Mars:hover{
  outline-color: white;
  outline-width: 5px;
  outline-style: solid;
  border-radius: 50%;
}
#Uranus{
  position: fixed;
  right: 15%;
  bottom: 10%;
  max-width: 100%;
  height: auto;
}
#Uranus:hover{
  outline-color: white;
  outline-width: 5px;
  outline-style: solid;
  border-radius: 50%;
}
#Imaginationverse{
  position: fixed;
  top: 17%;
  right: 23%;
  width: 230px;
  height: auto;
  max-width: 100%;
}
#Imaginationverse:hover{
  outline-color: white;
  outline-width: 5px;
  outline-style: solid;
  border-radius: 50%;
}
#Yap{
  position: fixed;
  bottom: 5%;
  right: 65%;
  width: 230px;
  height: auto;
  max-width: 100%;
}
#Yap:hover{
  outline-color: white;
  outline-width: 5px;
  outline-style: solid;
  border-radius: 50%;
}
#LunaHappy{
 position: fixed;
 bottom: 0;
 left: 0%;
 width: 212px;
 height: auto;
 max-width: 100%;
}
body{
  background-image: url(BackroundTest2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
h1{
  padding-top: 60px;
}
    #Mars{
      position: fixed;
      width: 135px;
      height: 135px;
      top: 50%;
      right: 30%;
    }
    #Uranus{
      position: fixed;
      width: 113px;
      height: 112px;
      right: 0;
      bottom: 20%;
    }
    #Imaginationverse{
      position: fixed;
      width: 130px;
      height: 130px;
      top: 35%;
      right: 0;
    }
    #Yap{
      position: fixed;
      width: 130px;
      height: 130px;
      right: 30%;
      bottom: 5%;
    }
    #PuyoPuyo{
      position: fixed;
      right: 70%;
      bottom: 60%;
      width: 100px;
      height: 100px;
    } 
    #LunaHappy{
      position: fixed;
      width: 112px;
      height: 212px;
    }
    body{
      font-size: 25px;
    }
}