@charset "UTF-8";
@font-face {
  font-family: "Proxima_bold";

  src: url("fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Alt\ Bold-webfont.ttf");
}

@font-face {
  font-family: "Proxima_thin";

  src: url("fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Thin-webfont.ttf");
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  filter: contrast(5);
  user-select: none;
  cursor: none;
  /* background-color: black; */
}

.arrow-left {
  margin:2vh;
  width: 65px;
  height: 65px;
  background: rgb(0, 255, 13);
  background-size: 1600% 1600%;
  position: absolute;
  transition: 0.15s linear;
  animation: blobRadius 10s ease infinite;
  filter: blur(10px);
  z-index: 2;
}

/* -----------------------etoiles-------------------------- */
#stars {
  position: absolute;
  background: linear-gradient(to top, #000000 0%, #000000 100%);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 0;
}
#stelle {
  width: 12vmin;
  height: 12vmin;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blinking 4s ease-in-out infinite both;
  will-change: opacity;
}
#stelle:after {
  display: block;
  content: "*";
}

h1 {
  padding: 0;
  margin-top: 0vh;

  font-size: 430px;
  font-family: "Proxima_bold";
  letter-spacing: 0px !important;
  color: white;
  line-height: 0.8;
  position: relative;
  filter: blur(10px);
  margin-left: 2vh;

}

#positif1 {
  padding: 0;
  margin-top: 8vh;
  margin-left: 20vh;
  top: 0;
  width: 1600px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
  line-height: 1.01;
  letter-spacing: -0.6vh !important;
}
#positif2 {
  padding: 0;
  margin-top: 8vh;
  margin-left: 20vh;
  top: -9vh;
  width: 1700px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
  line-height: 1.01;
  letter-spacing: -0.6vh !important;
}

#positif3 {
  padding: 0;
  margin-top: 8vh;
  margin-left: 20vh;
  top: 0;
  width: 1700px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
  line-height: 1.01;
  letter-spacing: -0.6vh !important;
}

#power1 {
  padding: 0;
  margin-top: 7vh;
  margin-left: 20vh;
  top: 0;
  width: 1700px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
}
#power2 {
  padding: 0;
  margin-top: 7vh;
  margin-left: 20vh;
  top: 0;
  width: 1700px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
}
#power3 {
  padding: 0;
  margin-top: 0vh;
  margin-left: 20vh;
  top: 0;
  width: 1700px;
  font-size: 110px;
  font-family: "Proxima_thin";
  color: white;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(2px);
}

#weapons {
  padding: 0;
  padding: 0;
  margin-top: 0;
  margin-left: 20vh;
  top: -8vh;
  width: 1700px;
  font-size: 215px;
  font-family: "Proxima_bold";
  color: white;
  position: relative;
  text-transform: uppercase;
  line-height: 0.85;
  filter: blur(5px);
  text-align: left;
}

a {
  display: block;
  text-decoration: none;
}

#pilot {
  padding: 0;
  margin-top: 0;
  margin-left: 20vh;
  top: -8vh;
  width: 1700px;
  font-size: 215px;
  font-family: "Proxima_bold";
  color: white;
  position: relative;
  text-transform: uppercase;
  line-height: 0.85;
  filter: blur(5px);
  text-align: left;
}

#recklessness {
  padding: 0;
  margin-top: 0;
  margin-left: 200px;
  top: -10vh;
  width: 1700px;
  font-size: 215px;
  font-family: "Proxima_bold";
  color: white;
  position: relative;
  text-transform: uppercase;
  filter: blur(5px);
}

.content-project {
  display: flex;
  max-height: 100vh;
  overflow-x: scroll;
  width: 100%;
  z-index: 1;
  overflow-y: hidden;
}

.content-details {
  height: 100% !important;
}

.title-holder {
  width: 100%;
  overflow-y: hidden;
}

/* #recklessnesstext{
  padding: 5vh;
  margin: 20px;
  top: 0;
  font-size: 115px;
  font-family: "Proxima_bold";
  color: black;
  position: relative;
  text-transform: uppercase;
  background-color: red;
  border-radius: 50px;
  text-align: center;
  display: none;
}

#weaponstext{
  padding: 50px;
  margin: 20px;
  top: 0;
  font-size: 115px;
  font-family: "Proxima_bold";
  color: black;
  position: relative;
  text-transform: uppercase;
  background-color: red;
  border-radius: 50px;
  text-align: center;
  display: none;
}
#pilottext{
  padding: 50px;
  margin: 20px;
  top: 0;
  font-size: 115px;
  font-family: "Proxima_bold";
  color: black;
  position: relative;
  text-transform: uppercase;
  background-color: red;
  border-radius: 0%;
  text-align: center;
  display: none;
} */

#cursorBlob {
  width: 200px;
  height: 200px;
  background: rgb(238, 0, 255);
  background-size: 1600% 1600%;
  position: absolute;
  mix-blend-mode: difference;
  transition: 0.15s linear;
  animation: blobRadius 10s ease infinite;
  filter: blur(10px);
}

.circle-blue {
  /* position: fixed; */
  z-index: 2;
  background: red;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  animation: blobRadius 20s ease-in-out infinite;
  will-change: opacity;
  filter: blur(5px);
}


@keyframes blinking {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blobRadius {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
    border-radius: 45% 72% 61% 59%/57% 75% 65% 73%;
  }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
  100% {
    border-radius: 45% 72% 61% 59%/57% 75% 65% 73%;
    transform: rotate(-360deg) translate3d(0, 0, 0);
  }
}

@keyframes blobRadius2 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  10% {
    border-radius: 45% 72% 61% 59%/57% 75% 65% 73%;
  }
  20% {
    border-radius: 45% 72% 61% 59%/57% 75% 65% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
  80% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  100% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}

@keyframes blobRadius3 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
  10% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  20% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 45% 72% 61% 59%/57% 75% 65% 73%;
  }
  80% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  100% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
    transform: rotate(-360deg) translate3d(0, 0, 0);
  }
}

@media only screen and (max-height: 1000px) {
  h1 {
    font-size: 380px;
    margin-left: 2vh;
    margin-top: 0vh;

  }

  .arrow-left {
    margin:2vh;
    width: 60px;
    height: 60px;
    background: rgb(0, 255, 13);
    background-size: 1600% 1600%;
    position: absolute;
    transition: 0.15s linear;
    animation: blobRadius 10s ease infinite;
    filter: blur(10px);
    z-index: 2;
  }

  .circle-blue {
    position: fixed;
    z-index: 2;
    background: red;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: blinking 4s ease-in-out infinite both;
    animation: blobRadius3 20s ease-in-out infinite;
    will-change: opacity;
    filter: blur(5px);
  }

  p br {
    display: none;
  }

  #positif1 {
    margin-top: 10vh;
    margin-left: 20vh;
    top: 0;
    width: 1420px;
    font-size: 90px;
  }

  #power1 {
    margin-top: 10vh;
    margin-left: 20vh;
    top: 0;
    width: 1400px;
    font-size: 90px;
  }

  #recklessness {
    padding: 0;
    margin-top: 0;
    margin-left: 20vh;
    top: -5vh;
    width: 1400px;
    font-size: 150px;
  }
  #positif2 {
    padding: 0;
    margin-top: 1.5vh;
    margin-left: 20vh;
    top: 0;
    width: 1400px;
    font-size: 85px;
    letter-spacing: -0.6vh !important;
    filter: blur(1.5px);
  }
  #positif3 {
    margin-top: 10vh;
    margin-left: 20vh;
    top: 0;
    width: 1400px;
    font-size: 90px;
  }

  #power2 {
    margin-top: 10vh;
    margin-left: 20vh;
    top: 0;
    width: 1400px;
    font-size: 90px;
  }

  #weapons {
    padding: 0;
    margin-top: 0;
    margin-left: 20vh;
    top: -5vh;
    width: 1400px;
    font-size: 150px;
  }

  #power3 {
    margin-top: 3vh;
    margin-left: 20vh;
    top: 0;
    width: 1400px;
    font-size: 90px;
  }

  #pilot {
    padding: 0;
    margin-top: 0;
    margin-left: 20vh;
    top: -5vh;
    width: 1400px;
    font-size: 150px;
  }
}

@media only screen and (max-width: 960px) {
  html,
  body {
    overflow-x: hidden;
  }
  .arrow-left {
    margin:2vh;
    width: 40px;
    height: 40px;
    background: rgb(0, 255, 13);
    background-size: 1600% 1600%;
    position: absolute;
    transition: 0.15s linear;
    animation: blobRadius 10s ease infinite;
    filter: blur(8px);
    z-index: 2;
  }

  h1 {
    padding: 1px;
    margin-left: 2vh !important;
    margin: 0;
    font-size: 205px !important;
    font-family: "Proxima_bold" !important;
    letter-spacing: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: white;
    line-height: 0.8;
    filter: blur(4px);
  }

  .circle-blue {
    position: fixed;
    z-index: 2;
    background: red;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: blinking 4s ease-in-out infinite both;
    animation: blobRadius3 20s ease-in-out infinite;
    will-change: opacity;
    filter: blur(5px);
  }
  #positif1 {
    padding: 0;
    margin-top: 8vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: -0.2vh !important;
  }

  #power1 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #recklessness {
    padding: 0;
    margin-top: 0;
    margin-left: 2vh;
    top: -5vh;
    width: 650px;
    font-size: 95px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 0.85;
    filter: blur(2px);
    text-align: left;
  }
  #positif2 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: -0.2vh !important;
  }
  #positif3 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: -0.2vh !important;
  }

  #power2 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #weapons {
    padding: 0;
    margin-top: 0;
    margin-left: 2vh;
    top: -5vh;
    width: 650px;
    font-size: 95px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 0.85;
    filter: blur(2px);
    text-align: left;
  }

  #power3 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 650px;
    font-size: 50px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #pilot {
    padding: 0;
    margin-top: 0;
    margin-left: 2vh;
    top: -5vh;
    width: 650px;
    font-size: 95px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 0.85;
    filter: blur(2px);
    text-align: left;
  }

  #cursorBlob {
    width: 150px;
    height: 150px;
    background: rgb(238, 0, 255);
    background-size: 1600% 1600%;
    position: absolute;
    mix-blend-mode: difference;
    transition: 0.15s linear;
    border-radius: 50%;
    animation: blobRadius 10s ease infinite;
    filter: blur(10px);
  }

  p br {
    display: none;
  }

  .content-project {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .title-holder {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }
  .arrow-left {
    margin:2vh;

    width: 30px;
    height: 30px;
    background: rgb(0, 255, 13);
    background-size: 1600% 1600%;
    position: absolute;
    transition: 0.15s linear;
    animation: blobRadius 10s ease infinite;
    filter: blur(6px);
    z-index: 2;
  }
  p br {
    display: none;
  }

  #cursorBlob {
    width: 100px;
    height: 100px;
    background: rgb(238, 0, 255);
    background-size: 1600% 1600%;
    position: absolute;
    mix-blend-mode: difference;
    transition: 0.15s linear;
    border-radius: 50%;
    animation: blobRadius 10s ease infinite;
    filter: blur(10px);
  }

  .circle-blue {
    position: fixed;
    z-index: 2;
    background: red;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: blinking 4s ease-in-out infinite both;
    animation: blobRadius3 20s ease-in-out infinite;
    will-change: opacity;
    filter: blur(5px);
  }

  h1 {
    padding: 1px;
    margin-left: 2vh;
    font-size: 105px !important;
    font-family: "Proxima_bold" !important;
    letter-spacing: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: white;
    line-height: 0.8;
    filter: blur(4px);
  }

  #positif1 {
    padding: 0;
    margin-top: 8vh;
    margin-left: 2vh;
    top: 0;
    width: 420px;
    font-size: 30px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }

  #power1 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 450px;
    font-size: 30px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #recklessness {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 450px;
    font-size: 60px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    filter: blur(2px);
    text-align: left;
  }
  #positif2 {
    padding: 0;
    margin-top: 8vh;
    margin-left: 2vh;
    top: 0;
    width: 420px;
    font-size: 30px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }
  #positif3 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 420px;
    font-size: 30px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }

  #power2 {
    padding: 0;
    margin-top: 5vh;
    margin-left: 2vh;
    top: 0;
    width: 450px;
    font-size: 30px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #weapons {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 450px;
    font-size: 60px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    filter: blur(2px);
    text-align: left;
  }

  #power3 {
    padding: 0;
    margin-top: 5vh;
    margin-left: 2vh;
    top: 0;
    width: 450px;
    font-size: 30px;
    font-family: "Proxima_thin";
    color: white;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    filter: blur(0.1px);
  }

  #pilot {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 450px;
    font-size: 60px;
    font-family: "Proxima_bold";
    color: white;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    filter: blur(2px);
    text-align: left;
  }

  .content-project {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .title-holder {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 500px) {
  html,
  body {
    overflow-x: hidden;
  }

  p br {
    display: none;
  }
  .arrow-left {
    width: 20px;
    height: 20px;
    background: rgb(0, 255, 13);
    background-size: 1600% 1600%;
    position: absolute;
    transition: 0.15s linear;
    animation: blobRadius 10s ease infinite;
    filter: blur(4px);
    z-index: 2;
  }

  .circle-blue {
    position: fixed;
    z-index: 2;
    background: red;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: blinking 4s ease-in-out infinite both;
    animation: blobRadius3 20s ease-in-out infinite;
    will-change: opacity;
    filter: blur(5px);
  }
  h1 {
    padding: 1px;
    margin-left: 2vh;
    font-size: 90px !important;
    font-family: "Proxima_bold" !important;
    letter-spacing: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: white;
    line-height: 0.8;
    filter: blur(4px);
  }

  #positif1 {
    padding: 0;
    margin-top: 8vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }

  #power1 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
  }

  #recklessness {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 365px;
    font-size: 45px;
  }
  #positif2 {
    padding: 0;
    margin-top: 8vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }
  #positif3 {
    padding: 0;
    margin-top: 0vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
    filter: blur(0.1px);
    /* line-height: 0.9; */
    letter-spacing: 0.1vh !important;
    word-spacing: -0.5px;
  }

  #power2 {
    padding: 0;
    margin-top: 5vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
  }

  #weapons {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 365px;
    font-size: 45px;
  }

  #power3 {
    padding: 0;
    margin-top: 5vh;
    margin-left: 2vh;
    top: 0;
    width: 365px;
    font-size: 25px;
  }

  #pilot {
    padding: 0;
    margin-top: -3vh;
    margin-left: 2vh;
    top: 0vh;
    width: 365px;
    font-size: 45px;
  }
  #vide {
    height: 150px;
  }

  .content-project {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .title-holder {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1700px) {

  h1 {
    font-size: 600px;
    margin-left: 2vh;
    margin-top: 0vh;

  }
  .arrow-left {
    margin:2vh;
    width: 80px;
    height :80px;
    background: rgb(0, 255, 13);
    background-size: 1600% 1600%;
    position: absolute;
    transition: 0.15s linear;
    animation: blobRadius 10s ease infinite;
    filter: blur(10px);
    z-index: 2;
  }

  p br {
    display: none;
}

  #positif1 {
    margin-top: 10vh;
    margin-left:20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;

  }

  #power1 {
    margin-top: 10vh;
    margin-left:20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;
  }

  #recklessness {
    padding: 0;
    margin-top: 0vh;
    margin-left: 20vh;
    top: -5vh;
    width: 2000px;
    font-size: 200px;
  }
  #positif2 {
    padding: 0;
    margin-top: 1.5vh;
    margin-left: 20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;
    letter-spacing: -0.6vh !important;
    filter: blur(1.5px);

  
  }

  #power2 {
    margin-top: 10vh;
    margin-left:20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;
  }

  #pilot {
    padding: 0;
    margin-top: 0;
    margin-left: 20vh;
    top: -5vh;
    width: 2000px;
    font-size: 200px;
  }
  #positif3 {
    margin-top: 10vh;
    margin-left:20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;
  }

  #power3 {
    margin-top: 10vh;
    margin-left:20vh;
    top: 0;
    width: 2000px;
    font-size: 140px;
  }

  #weapons {
    padding: 0;
    margin-top: 0;
    margin-left: 20vh;
    top: -5vh;
    width: 2000px;
    font-size: 200px;
  }


  /* #Bubble13 {
    display: none;
  }
  */


  
  }