/* ---- reset ---- */

body {
  margin: 0;
  /*font:normal 75% Arial, Helvetica, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#041725;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    color : #f1f1f1;
    transform: translate(-50%, -50%);
}

.display-2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.aeroBrainPart1 {
  color: #f7f7f7;
  font-family: 'Impact';
  font-style: italic;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1.2;  
  -webkit-text-fill-color: #f7f7f7; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #5b7393;
}

.aeroBrainPart2 {
  color: #9cd1be;
  font-family: 'Impact';
  font-style: italic;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1.2;  
  -webkit-text-fill-color: #9cd1be; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #5b7393;
}

.aeroBrainPart3 {
  color: #f7f7f7;
  font-family: 'Impact';
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;  
  -webkit-text-fill-color: #f7f7f7; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #5b7393;
}