@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&display=swap');

#tsparticles {
  width: 100%;
  height: 100%;
  margin: 0px !important;
}

#tsparticles {
  position: fixed !important;
  opacity: 0.25;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  sans-serif; 
}

.home {
  background-color: #011c27;
}

.footer {
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 40px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  color: aliceblue;
  padding-bottom: 20px;
}
