/* Grundlegende Einstellungen für das Hintergrundbild */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


/* Fixed Positionierung "Zurück Button" */
.fixed-div {
    position: fixed;
    width: 200px;
    height: 100px;
    padding: 10px;

}


/* Divs für einzelne Menupunkte */


/* alle gleich grossen boxen */
.gleiche-groesse{
    width: 130px;
    height: 130px; 
}

/* school */
#school{
    position: fixed;
    top: 251px;
    left: 50px;
    width: 130px;
    height: 130px;
    color: white;
}


/* hobbys*/
#hobby{
  position: fixed;
  top:187px; 
  left:494px;
  width: 220px;
  height: 229px;
  color: white;
}

/* skills */
#skills{
  position: fixed;
  top:auto;
  bottom: auto;
  left: 413px;
  width: 130px;
  height: 130px;
  color: white;
}


/* projects */
#projects{
  position: fixed;
  top: 455px;
  left: 645px;
  width: 130px;
  height: 130px;
  color: white;
}


/* contacts */
#contacts{
  position: fixed;           
  top: 848px; 
  left: 674px;
  width: 130px;
  height: 130px;
  color: white;
}

/* instagram-link */
#insta{
  position: fixed;           
  top: 389px; 
  left: 612px;
  width: 225px;
  height: 236px;
  color: white;
}

/* mail-link */
#mail{
  position: fixed;           
  top: 389px; 
  left: 1064px;
  width: 225px;
  height: 236px;
  color: white;
}

  

