/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/*.circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 50px;*/



html {
  background-image: url("back.png");
  background-repeat: no-repeat;
  background-size: 3000px 1000px
  background-color: #ffe6e9;
  color: black;
  font-family: 'Times New Roman', serif;
}


a {text-decoration: none;
}

a:link    {color:#000;}  /* unvisited link  */
a:visited {color:#000;}  /* visited link    */
a:hover   {color:#f1a6be;}  /* mouse over link */
a:active  {color:#000;}  /* selected link   */ 

/*#nav {
  a:hover   {color:#f1a6be;}
 a:hover{ background-color: rgba(241, 166, 190, 0.3);}}*/

#head {
  border:;
  position: absolute;
  text-align: center;
  height: fit-content;
  width: fit-content;
  top: auto;
  left:600px;
  margin: auto;
  padding: 0px;
  background-image: url("hi.png");
}

#introduction {
  border: ;
  position: absolute;
  height: fit-content;
  width: 150px;
  top:200px;
  left:70px;
  margin: auto;
  padding: 10px;
  background-image: url("hi.png");
}

#navigation1{
  position: absolute;
  text-align: center;
  top: 49px;
  left: 396px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
}

#star{
  position: absolute;
  top: 8px;
  left: 366px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#navigation2{
  position: absolute;
  text-align: center;
  top: 92px;
  left: 527px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
} 

#star2{
  position: absolute;
  top: 50px;
  left: 493px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#navigation3{
  position: absolute;
  text-align: center;
  top: 102px;
  left: 657px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
} 

#star3{
  position: absolute;
  top: 60px;
  left: 630px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#navigation4{
  position: absolute;
  text-align: center;
  top: 102px;
  left: 797px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
}
 
#star4{
  position: absolute;
  top: 60px;
  left: 770px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#navigation5{
  position: absolute;
  text-align: center;
  top: 102px;
  left: 945px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
}

#star5{
  position: absolute;
  top: 60px;
  left: 915px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#navigation6{
  position: absolute;
  text-align: center;
  top: 50px;
  left: 1072px;
  border: ;
  height: 10px;
  width: 20px;
  margin: 10px;
  padding: 10px;
  z-index: 1;
}

#star6{
  position: absolute;
  top: 8px;
  left: 1040px;
  border: ;
  height: 50px;
  width: 50px;
  margin: 10px;
  padding: 10px;
}

#footer{
  border: ;
  position: absolute;
  height: 20px;
  width: 70px;
  top: 700px;
  left: 30px;
  margin: auto;
  padding: 3px;
  background-image: url("hi.png");
  a:hover   {color:#A0522D;font-weight: bold;}  /* mouse over link */
  a:active  {color:#A0522D;font-weight: bold;}  /* selected link   */ 
}

#neocity {
  border: ;
  position: absolute;
  height: auto;
  width: auto;
  bottom: 1px;
  right: 10px;
  margin: auto;
  padding: 0px;
}

#currently{
  position: relative;
  height: fit-content;
  width: fit-content;
  top: auto;
  left: auto;
  margin: 0 auto;
  padding: 5px;
  background-image: url("papier.png");
  float: left;
  /*transform: rotate(5deg);*/
}

#music {
  position: relative;
  height: fit-content;
  width: fit-content;
  top: auto;
  left: auto;
  padding: 5px;
  background-image: url("lined.png");
  clear: left;
  float: left;
  margin-top: 20px
}
  
#favsong {
  position: relative;
  height: fit-content;
  width:fit-content;
  top: auto;
  left: auto;
  margin: 0 auto;
  padding: px;
  float: right;
}

#swan {
  position: absolute;
  top: 250px;
  left: 330px;
  transform: rotate(5deg);
  img:hover{ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
}

#starswan {
  position: absolute;
  top: 215px;
  left: 312px;
  transform: rotate(39deg);
  z-index: 2;
}
  
#rechts {
  position: absolute;
  height: fit-content;
  width: 530px;
  top: 200px;
  left: 980px;
  margin: 0 auto;
  padding: 0px;
}

#links123 {
  position: absolute;
  height: fit-content;
  width: fit-content;
  top: 150px;
  left: ;
  margin: auto;
  padding: 5px;
  /*background: rgba(241, 166, 190, 0.5);*/
  a:link    {color:#000;}  /* unvisited link  */
  a:visited {color:#000;}  /* visited link    */
  a:hover   {color:#000;font-weight: bold;}  /* mouse over link */
  a:active  {color:#000;font-weight: bold;}  /* selected link   */ 
}