@import url('https://fonts.bunny.net/css2?family=Inria+Serif');

body {
     background:#0d0c0c;
     background-image: url("https://snowibunni.de/assets/black_plaid_bg.gif");
     background-repeat: repeat;
     font-family: 'Inria Serif';
     line-height: 1.6;
     font-size: 13px;
     text-align: center;
     letter-spacing: 1px;
     color: #151515;
}

html, a {
    cursor: url("https://snowibunni.de/assets/extras/pinkbow_cursor.png"), auto;
}

.box {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 10px 0 0 10px;
}
 .links {
     width: 910px;
     background-color: #fffafb;
     box-sizing: border-box;
     padding: 1em;
     border-radius: 1em;
     box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.2);
     border: 3px solid #ecb4cc;
}

b {
     color: #ff0073;
}

i {
     color: #d290a3;
}

a {
     text-decoration: none;
     color: #e74d9f;
}
 a:visited{
     color: #9c9393;
}
 a:hover{
     font-style: italic;
}
 a:active{
     font-style: italic;
}

 h1, h2, h3, h4 {
     text-shadow: 1px 1px 1px #ffffff;
}

h2 {
    line-height: 0px;
    font-size: 26px;
    color:#ff7bd3;
    text-align: center;
}

h3 {
    font-size: 18px;
    color:#e5b6d5;
    text-align: center;
}

 .gallery {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .gallery img {
     height: 130px;
     border: 2px solid black;
     margin: 2px;
}

.footerbox {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 10px 0 0 10px;
}
.footertext {
     width: 475px;
     background-color: white;
     box-sizing: border-box;
     padding: 1em;
     border-radius: 1em;
     box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.2);
     border: 3px solid #ecb4cc;
}

::-webkit-scrollbar{
     width: 10px;
}
 ::-webkit-scrollbar-track{
     background-color: #505455;
}
 ::-webkit-scrollbar-thumb{
     background-color: #bebebe;
}