/*Grundsätzlich */
body {
    background-color:black;
    color: white;
}

/* Partikel */

#wrapper {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; 
    margin-left: -15em;
}
#content {
    z-index: 100;
    position: relative;
    height: 100%;
    text-align: center;
        
}

canvas{
    width: 100%;
    height: 100%;
  }
  

  #particles-js{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    background-color: black;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

#logo {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
	margin-right: auto;
	display: block;
}
a {
    color: white;
  }