/*Wichtige Seiten:*/
/*https://ionic.io/ionicons*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
* ::selection {
    color: white;
    background-color: rgb(94, 23, 235);
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color:  rgb(49,49,49) white;
}

body {
    background-color: white;
}

.Trenner {
    margin: 70px;
    padding: 2px;
    color: rgb(49,49,49);
    background-color: #313131;
}

a {
    color: rgb(94, 23, 235);
}