/* CSS DATEI FUER NOXUS PROJECT*/

* {padding: 0;margin:0;}
body {
            height: 100vh;
            padding: 0;
            margin: 0;
            background-image: url('VRChat_2025-12-20_21-16-42.553_1920x1080.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            text-align: center;
            font-family: Arial, sans-serif;
        }
.btn-link {
            display: inline-block;
            padding: 5px 10px;
            background-color: rgba(199, 31, 180, 0.8);
            color: #030002;
            text-decoration: none;
            border-radius: 10px;
            font-family: sans-serif;}


.top1 {
    color: rgb(222, 8, 229) !important;
    text-shadow: 2px 2px 4px black !important;}

.lecklogo{display:inline-block;
width:150px;}

.lecklogo img{display:block;
width:120px;
margin: 0 auto}

.instalogo{margin-left: -1px;}

.ytlogo{margin-left: 5px}
.impbut{display: inline-block;
            padding: 5px 10px;
            background-color: rgba(200, 15, 179, 0.895);
            color: rgba(115, 22, 148);
            border-radius: 10px;
            font-family: sans-serif;}
.impbut a {color: rgba(115, 22, 148);}
.footer-bereich {
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(156, 5, 138, 0.895);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;}

   .footer-links p {
    font-size: 15px;
    text-shadow: none !important;
    color: white;
    -webkit-text-stroke: 0.5px black;
    position: fixed;
    bottom: -10px;
    left: 10px
}
h1 {margin-bottom: 10px; padding-top: 15px;}
h2{text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; padding:10px auto; margin-top: 20px;}
p {text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; padding:10px auto; margin:25px 0px 20px 0;}