

.lspdimg {
   position: fixed;
   left: 700px;
   bottom: 30px;

 
}

body{background-color: black;}

#dc { /*--- Discord Button im Header---*/
    bottom: 900px;
    left: 1500px;
    position: fixed;
}

.buttons {  /*--- Button+rand Allg.---*/
    border-radius: 45;
    background-color: rgb(255, 0, 98);
     border-color: rgb(0, 0, 0);
    border-radius: 15%;
    height: 30px;
    width: 60px;
}

.links { /*--- links im header---*/
    color: white;
    cursor: alias;
    border-radius: 15%;
    height: 15px;
    width: 15px;
}

h1 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}