*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}

p {
	color: white;
}

#particles-js{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0e0e0e;
}

.content{
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #fff;
  background: transparent;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #292929;
   color: white;
   text-align: center;
   font-size: 16px;
}

button {
    background: transparent;
  background-color: transparent;
  border: 0;
    padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

button img {
  border: 0;
  background: transparent;
  background-color: transparent;
  width: 85px;
  height: 85px;
}

button:hover {
  cursor: pointer;
}