@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

body{
    margin: 0;
    padding: 0;
    background-color: black;
}

header{
    width: 100%;
    height: 70px;
}

.header h1{
    position: absolute;
    padding: 3px;
    float: left;
    margin-left: 2%;
    margin-top: 10px;
    color: white;
}

.navbar{
    padding-top: 20px;
}

ul{
   width: auto;
   float: right;
   margin-top: 8px; 
}

li{
    display: inline-block;
    padding: 15px 30px;
}

a{
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2vw;
}

a:hover{
    color: gray;
    transition: 0.5s;

}

#particles-js{
    height: 100vh;
}


.welcome{
    text-align: center;
    position: absolute;
    color: white; 
    font-family: 'Courier New', Courier, monospace;
    justify-content: center;
}

.welcome h1{
    margin-top: 50px;
    letter-spacing: 2px;
    font-size: 42px;
    text-transform: uppercase;
}

p{
    text-align: center;
    justify-content: center;
    padding-left: 170px;
    padding-right: 170px;
}
