*{box-sizing: border-box;}
@font-face {
    font-family:gothic;
    src: url(fonts/NotoSansGothic-Regular.ttf)}

@font-face {
font-family:FDIN;
src: url(fonts/FDIN.otf); }

/*Universal*/
body{background-color: black; color:#b930f8; background-image: url(images/layout.jpg); background-size: cover; text-align: center}
h1 {font-family: FDIN}
h2 {font-family: FDIN}
h3 {font-family: FDIN}
h4 {font-family: FDIN}
h5 {font-family: FDIN}
.aside1 {float: left;}
.aside2{float: right;}

/* Index page */
#Willkommen {margin-top: 200px}
button {background-color:rgb(192, 73, 247); border-color: rgb(113, 39, 148); margin-top: 200px;}
button:hover {background-color:rgb(219, 162, 245); border-color: rgb(102, 0, 150); font-size:1.1em}


/* List page*/

ul{list-style-type:none; display: inline-block}
#li{color:rgb(198, 73, 255);}
#li:hover {color:rgb(172, 1, 252); font-size: 1.5em}
#li:visited {color:rgb(225, 161, 255)}