/* code by webdevtrick ( https://webdevtrick.com ) */
.container {
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden !important;
}
.stars{
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
img{
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

#ws{
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(241,241,241);
  margin: 0px;
  padding: 0px;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(241,241,241);
  margin: 0px;
  padding: 0px;
}
h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(241,241,241);
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  position: fixed;
  bottom: 0px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(241,241,241);
  padding-left: 50px;
  margin: 0px;
}

p a {
  color: rgb(241,241,241);
  text-decoration: none;
  margin: 0;
  padding: 0;
}

p a:hover {
  color: #808080;
  text-decoration: underline;

}
h1 a:hover {
  color: #808080;
  text-decoration: underline;

}
h1 a {
  color: rgb(241,241,241);
  text-decoration: none;
  margin: 0;
  padding: 0;
}
 

.text {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  display: block;

}



body {
  margin: 0;
}

canvas {
  display: block;
  vertical-align: bottom;
}




#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(14,14,14);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}