body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  background: white;
}

html,
body {
  height: 100%;
}

a:hover {
  color: #ff2626;
}

a:visited {
  color: #ff1f6e;
}

p {
  line-height: 1.4em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.bam {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #ff2626;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

p.conclusion {
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
}

.fuckk {
  color: #ff4a4a;
}

.hero {
  height: 100vh;
  background: #ffffff url("/img/cover.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.like1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.gogogo:hover {
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}

.gogogo {
  color: rgba(0, 251, 255, 0.288);
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

.container {
  background: rgba(0, 0, 0, 0.6);
  padding: 80px;
  max-width: 600px;
  margin: 0 auto;
  color: white;
  text-shadow: 0px 2px 3px #000000;
}

#holycontainer {
  position: relative;
  background: white;
  width: 100%;
}

.entry-content {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.ftr {
  position: absolute;
  bottom: 5px;
  font-size: 6px;
  width: 100%;
  background: transparent;
  z-index: 1;
  text-align: center;
  color: white;
  font-weight: 400;
}

.ftr h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 20px 0 20px;
}

.ftr p {
  padding: 0 20px 0 20px;
}

.ftr .fa-heart {
  color: #ff59e2;
}

.ftr a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -86px;
  opacity: 0;
  font-weight: 400;
  transition: opacity 0.3s;
  font-size: 14px;
  word-wrap: break-word;
  text-transform: none;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  color: red;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}

section.explosion {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url("/img/balloons.jpg") no-repeat top center #ffff28;
  background-size: cover;
}

.flexcontainer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.flexcontainer.bottomal {
  justify-content: end;
  display: flex;
  flex-direction: column;
}

.flexcontainer.bottomal img {
  align-self: center;
  display: flex;
  margin: 0 auto;
}

.serpbaby {
  position: relative;
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
}

.fakeserp {
  max-width: 488px;
  width: 100%;
  background: white;
  margin: 0 auto;
  position: absolute;
  left: 19%;
  top: 159px;
  line-height: 1em;
}

#searchentry {
  position: absolute;
  top: 48px;
  left: 152px;
  font-size: 12px;
  text-transform: none;
  max-width: 392px;
  height: 20px;
  overflow: hidden;
}

.resultblock {
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
}

.resultblock .titletag {
  color: #1a0dab;
  text-transform: none;
  font-size: 12px;
}

.resultblock .titletag .fa-check-circle {
  color: #006621;
  font-size: 12px;
}

.resultblock .urltag {
  color: #006621;
  font-size: 12px;
}

.resultblock .metadescrtag {
  color: #545454;
  font-size: 12px;
}

.resultblock .metadescrtag .datetag {
  color: #70757a;
  font-size: 12px;
}

.dark {
  color: white;
}

#pinContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heyu,
.uknow,
.magical,
.explosion,
.captn,
.wantmoar,
.poorearth,
.conclusion,
.sousegoogleforfucksake,
.share {
  min-height: 100vh;
  text-align: center;
  position: relative;
}

.heyu,
.uknow,
.magical,
.captn,
.wantmoar,
.poorearth,
.conclusion,
.sousegoogleforfucksake {
  padding: 40px 20px;
}

.explosion {
  padding: 40px 20px 0 20px;
}

.explainer {
  text-align: center;
  padding: 40px 20px 40px 20px;
}

.share {
  padding: 40px 20px 120px 20px;
}

.heyu {
  background: #ea4335;
  padding: 40px 20px;
}

.heyu img {
  margin: 0 auto;
}

.uknow {
  background: #ffffff;
}
.uknow img {
  margin: 0 auto;
}

.magical {
  background: #003f8c;
}

.explosion {
  background: #ffff20;
  padding: 0 !important;
}

#explosioncanva {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  height: 100%;
}

.explainer {
  background: #ea4335;
  padding-top: 100px;
}

.explainer .example {
  margin-top: 150px;
  margin-bottom: 150px;
}

.explainer a {
  color: white;
}

.lemonpiepcontainer .iconcontainer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}

.lemonpiepcontainer img.lemonpie {
  margin: 0 auto;
}

#milkicon,
#eggicon,
#flouricon,
#lemonicon,
#buttericon {
  position: absolute;
}

#milkicon {
  top: 16px;
  left: 24px;
}

#eggicon {
  top: 21px;
  left: 80px;
}

#flouricon {
  top: 67px;
  left: 66px;
}

#lemonicon {
  top: 71px;
  left: 30px;
}

#buttericon {
  top: 89px;
  left: 89px;
}

#milkicon img {
  width: 45px;
  height: auto;
}

#eggicon img {
  width: 45px;
  height: auto;
}

#flouricon img {
  width: 45px;
  height: auto;
}

#lemonicon img {
  width: 45px;
  height: auto;
}

#buttericon img {
  width: 45px;
  height: auto;
}

#milktext {
  position: absolute;
  top: 0px;
  left: 0px;
}

#eggtext {
  position: absolute;
  top: 0px;
  left: 99px;
}

#flourtext {
  position: absolute;
  top: 64px;
  left: 104px;
}

#lemontext {
  position: absolute;
  top: 100px;
  left: 0px;
}

#buttertext {
  position: absolute;
  top: 99px;
  left: 134px;
}

.captn {
  background: #dadada;
}

.wantmoar {
  background: #569de7;
}
.wantmoar img {
  margin: 0 auto;
}

.poorearth {
  background: #2e2e2e;
}

.poorearth img {
  margin: 0 auto;
}

.conclusion {
  background: #3d6979;
}

.lightbulb {
  width: 190px;
  height: auto;
  margin: 0 auto;
}

.sousegoogleforfucksake {
  background: #fee002;
}

.share {
  background: #1276ff;
}

.huge140 {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.p24 {
  font-size: 24px;
  font-weight: bold;
}

.p36 {
  font-size: 36px;
  font-weight: bold;
}

.p22 {
  font-size: 22px;
  font-weight: bold;
}

.animatedscreen {
  position: relative;
  width: 756px;
  margin: 0 auto;
}

#ggbtncontainer {
  position: absolute;
  bottom: 235px;
  color: black;
  font-size: 12px;
  width: 100%;
  z-index: 9;
}

#ggbtncontainer span {
  color: black !important;
  border: solid 1px #aaa;
  padding: 5px 10px;
  background: #eee;
  border-radius: 3px;
}

#ggbtncontainer .togoogle {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  display: inline;
}

#cursor {
  position: absolute;
  bottom: 172px;
  right: 55px;
}

.animated {
  margin: 10px auto;
  display: block;
  width: 100%;
}

#formfieldsp {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

.formfielddiv {
  position: absolute;
  top: 234px;
  right: 74px;
  display: flex;
}

.formfielddiv img {
  display: inline-block;
  margin-top: 10px;
  align-self: end;
}

#enterreqsp {
  color: black;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 309px;
  right: 70px;
}

#uclick {
  color: black;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 250px;
  left: 99px;
}

#hereffssp {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

#herewar {
  position: absolute;
  bottom: 200px;
  left: 99px;
  z-index: 10;
}

#herewar img {
  display: inline-block;
}

.albottom {
  width: 100%;
}

#requestcontainer {
  color: black;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 267px;
  left: 150px;
  text-transform: none;
  text-align: left;
  max-width: 467px;
  height: 24px;
  padding: 5px 0 9px 0;
  overflow: hidden;
}

#userinput {
  line-height: 30px;
}

#userinput {
  overflow: hidden;
  border-right: 0.15em solid black;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

.albottom .p22 {
  font-size: 22px;
  font-weight: normal;
}

.fa-chevron-circle-down {
  font-size: 36px;
  display: block !important;
  width: 100% !important;
}

.scrollffs {
  width: 100%;
  bottom: 30px;
}

.scrollffs p {
  max-width: 520px;
  margin: 0 auto 20px auto;
}

.scrollffs p .fa-chevron-circle-dow {
  margin-top: 20px !important;
  display: block;
}

.useitfordamnsake {
  position: relative;
}

.huge100.useitfordamnsake span {
  font-size: 16px;
  position: absolute;
  line-height: 1em;
  right: 0px;
  transform: rotate(-20deg);
  top: 136px;
}

#parallaxEarth {
  overflow: hidden;
}

#parallaxEarth .layer1,
#parallaxEarth .layer2,
#parallaxEarth .layer1,
#parallaxEarth .layer3,
#parallaxEarth .layer4,
#parallaxEarth .layer5,
#parallaxEarth .layer6 {
  position: absolute;
}

#parallaxEarth .layer1 {
  width: 460px;
  height: auto;
  left: -3%;
}

#parallaxEarth .layer2 {
  width: 380px;
  height: auto;
  left: 5%;
}

#parallaxEarth .layer3 {
  width: 430px;
  height: auto;
  left: 5%;
}

#parallaxEarth .layer4 {
  width: 340px;
  height: auto;
  left: 50%;
}

#parallaxEarth .layer5 {
  width: 466px;
  height: auto;
  left: 82%;
}

#parallaxEarth .layer6 {
  width: 511px;
  height: auto;
  left: 65%;
}

.p18.thin {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}

.requexample {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

#urlInput {
  font-size: 24px;
  padding: 10px;
  max-width: 200px;
  text-align: center;
}

.share button {
  font-size: 26px;
  font-weight: bold;
  color: white;
  background: #f26c4f;
  padding: 10px 30px;
  font-family: Open sans;
  border: none;
}

a.external {
  color: yellow;
}

.big62 {
  font-size: 62px;
  font-weight: bold;
  text-decoration: underline;
}

.huge200 {
  font-size: 200px;
  font-weight: bold;
  line-height: 0.2em;
}

.huge200-en {
  font-size: 150px;
  font-weight: bold;
  line-height: 0.2em;
}

.huge100 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 50px;
  margin-top: 50px;
}

.big170 {
  font-size: 170px;
  font-weight: 900;
  line-height: 0.7em;
  margin: 0;
}

.big170-en {
  font-size: 100px;
  font-weight: 900;
  line-height: 0.7em;
  margin: 0;
}

.small21 {
  margin-top: 0;
}

#thisisjohn {
  font-size: 16px;
  width: 134px;
  font-weight: 500;
  transform: rotate(30deg);
  display: block;
  position: absolute;
  top: 36px;
  right: 0px;
}

#johnspa {
  position: absolute;
  top: 4px;
  right: 107px;
}

.viz1container,
.viz2container,
.viz3container {
  position: relative;
}
.viz1container img,
.viz2container img,
.viz3container img {
  margin: 0 auto;
}
.viz2container {
  width: 440px;
  margin: 0 auto;
}

#milktext,
#eggtext,
#flourtext,
#buttertext,
#lemontext {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.bazinga {
  position: absolute;
  top: 73px;
  left: 250px;
}

.scrollffs {
  align-self: flex-end;
}

#sofkggood {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  position: absolute;
  top: 136px;
  left: 1px;
  width: 280px;
  display: inline-block;
}

#sofkggood strong {
  font-weight: bold;
  text-transform: uppercase;
}

.dacaptncontainer {
  position: relative;
  text-align: center;
}
.dacaptncontainer img {
  margin: 0 auto;
}

.caparow,
#capexpl {
  position: absolute;
}

.caparow {
  top: 1px;
  right: 255px;
}

#capexpl {
  top: 74px;
  right: 138px;
  width: 169px;
}

.clickffsake {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
}

.clickffsake:after,
.clickffsake:before {
  position: absolute;
  width: 31px;
  height: 49px;
  content: "";
}

.clickffsake:after {
  background: url("/img/clickffsafter.jpg") no-repeat;
  top: -32px;
  right: -43px;
}

.clickffsake:before {
  background: url("/img/clickffsbefore.jpg") no-repeat;
  top: -32px;
  left: -43px;
}

.small18 {
  font-size: 18px;
  max-width: 670px;
  margin: 10px auto;
}

.togoogle {
  font-size: 48px;
  /* color: blue; 
    text-decoration: underline;*/
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.2em;
}

a.togoogle {
  text-decoration: none;
  color: black;
}

.blinking {
  animation: blinkingText 2s infinite;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.blinking {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.ucould {
  padding-left: 0;
  max-width: 513px;
  margin: 30px auto;
}

.ucould li {
  list-style: none;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
}

.ucould li p {
  display: inline;
  margin: 0;
  line-height: 1em;
}

.ucould .fa-check-square {
  font-size: 38px;
  color: #00ff12;
  margin-right: 15px;
  padding-top: 2px;
}

.directgoog {
  font-size: 40px;
  display: block;
}

.poorearth .p24,
.conclusion .p24 {
  text-transform: none;
  font-weight: normal;
  max-width: 800px;
  margin: 20px auto;
}

.fs40 {
  font-size: 40px;
}

.bold {
  font-weight: bold;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline;
}

.poorearth .p24.bold {
  font-weight: bold;
  text-transform: uppercase;
}

.framed {
  border: solid 6px white;
  padding: 20px;
}

.shareon {
  margin-top: 50px;
  margin-bottom: 10px;
}

#repere {
  width: 166px;
  height: 66px;
  background: blue;
  position: fixed;
  bottom: 2%;
  right: 0;
  color: white;
  padding-top: 17px;
  z-index: 9999;
  text-shadow: 1px 1px 3px #000;
  font-weight: bold;
  display: none;
}

/********************/

/********************/

/* BLUE */

/********************/

/********************/

@media (min-width: 1200px) {
  #repere {
    background: blue;
    text-shadow: 0 2px 4px #000;
  }
  #repere:after {
    content: "1200 px";
  }
}

/********************/

/********************/

/* GREEN */

/********************/

/********************/

@media (min-width: 980px) and (max-width: 1199px) {
  #repere {
    background: green;
  }
  #repere:after {
    content: "980 px - 1199 px";
  }
  #searchentry {
    position: absolute;
    top: 49px;
    left: 158px;
    font-size: 12px;
    text-transform: none;
    max-width: 356px;
    height: 20px;
    overflow: hidden;
  }
}

/********************/

/********************/

/* YELLOW */

/********************/

/********************/

@media (min-width: 768px) and (max-width: 979px) {
  #repere {
    background: yellow;
  }
  #repere:after {
    content: "768 px - 979 px";
  }
  .animatedscreen {
    position: relative;
    width: 666px;
    margin: 0 auto;
  }
  .resultblock:nth-of-type(2) {
    background: red;
    display: none;
  }
  #ggbtncontainer {
    position: absolute;
    bottom: 204px;
  }
  #requestcontainer {
    top: 234px;
    left: 136px;
    max-width: 395px;
  }
  .formfielddiv {
    top: 210px;
    right: 51px;
  }
  #uclick {
    bottom: 231px;
  }
  #herewar {
    bottom: 155px;
  }
  #enterreqsp {
    color: black;
    top: 269px;
  }
  .explosion .huge200 {
    font-size: 123px;
  }
  .explosion .huge200-en {
    font-size: 90px;
  }
  .p36 {
    font-size: 30px;
    font-weight: bold;
  }
  .serpbaby {
    position: relative;
    max-width: 687px;
  }
  .serpbaby img {
    width: 100%;
  }
  .fakeserp {
    max-width: 430px;
    width: 100%;
    background: white;
    margin: 0 auto;
    position: absolute;
    left: 19%;
    top: 139px;
  }
  #searchentry {
    position: absolute;
    top: 43px;
    left: 139px;
    font-size: 12px;
    text-transform: none;
    max-width: 392px;
    height: 20px;
    overflow: hidden;
  }
  .caparow {
    top: 1px;
    right: 129px;
  }
  #capexpl {
    top: 74px;
    right: 31px;
    width: 169px;
  }
  .huge100.useitfordamnsake span {
    display: none;
  }
  .sousegoogleforfucksake .huge100 {
    font-size: 66px;
  }
}

/********************/

/********************/

/* ORANGE */

/********************/

/********************/

@media (max-width: 767px) {
  #repere {
    background: orange;
  }
  #repere:after {
    content: "767 px";
  }
  .huge140 {
    font-size: 70px;
  }
  .animatedscreen {
    position: relative;
    width: 434px;
  }
  .p36 {
    font-size: 30px;
    font-weight: bold;
  }
  .formfielddiv {
    position: absolute;
    top: 127px;
    right: 25px;
  }
  #formfieldsp {
    color: black;
    font-size: 16px;
  }
  #enterreqsp {
    font-size: 16px;
    top: 183px;
    right: 32px;
  }
  #uclick {
    color: black;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 144px;
    left: 24px;
  }
  #herewar {
    position: absolute;
    bottom: 99px;
    left: 21px;
    z-index: 10;
  }
  #hereffssp {
    color: black;
    font-size: 16px;
    font-weight: bold;
  }
  #herewar img {
    display: inline-block;
    width: 29px;
  }
  #ggbtncontainer {
    position: absolute;
    bottom: 121px;
  }
  .formfielddiv img {
    display: inline-block;
    margin-top: 15px;
    align-self: end;
    width: 20px;
  }
  #requestcontainer {
    font-size: 12px;
    top: 149px;
    left: 90px;
    max-width: 250px;
  }
  .serpbaby {
    position: relative;
    max-width: 423px;
  }
  .serpbaby img {
    width: 100%;
  }
  .huge200 {
    font-size: 90px;
  }
  .huge200-en {
    font-size: 70px;
    font-weight: bold;
    line-height: 0.2em;
  }
  #searchentry {
    position: absolute;
    top: 20px;
    left: 86px;
    font-size: 11px;
    text-transform: none;
    max-width: 198px;
    height: 20px;
    overflow: hidden;
  }
  .fakeserp {
    max-width: 357px;
    width: 100%;
    background: white;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    top: 85px;
    line-height: 1em;
  }
  .resultblock:nth-of-type(3),
  .resultblock:nth-of-type(2) {
    background: red;
    display: none;
  }
  .resultblock {
    text-align: left;
    text-transform: none;
    margin-bottom: 8px;
  }
  #cursor {
    position: absolute;
    bottom: 133px;
    right: 55px;
    width: 32px;
  }
  .big170 {
    font-size: 120px;
  }
  .big170-en {
    font-size: 70px;
  }
  .lemonpiepcontainer .iconcontainer {
    position: relative;
    display: none;
  }
  .lemonpiepcontainer img {
    margin: 0 auto;
  }
  .caparow,
  #capexpl {
    display: none;
  }
  .togoogle {
    font-size: 33px;
  }
  .clickffsake {
    display: inline-block;
    font-size: 17px;
  }
  .directgoog {
    font-size: 36px;
    display: block;
  }
  .ucould li {
    list-style: none;
    font-size: 24px;
    justify-content: center;
  }
  .poorearth img {
    width: 200px;
  }
  .p24 {
    font-size: 20px;
  }
  .huge100.useitfordamnsake span {
    display: none;
  }
  .huge100 {
    font-size: 77px;
  }
  ul.ulStyle li.liStyle {
    width: 35px !important;
    height: 35px !important;
    margin: 10px !important;
  }
  .bazinga {
    position: absolute;
    top: 119px;
    left: 21px;
    width: 133px;
  }
}

/********************/

/********************/

/* RED */

/********************/

/********************/

@media (max-width: 480px) {
  #repere {
    background: red;
  }
  #repere:after {
    content: "480 px";
  }
  .huge100 {
    font-size: 50px;
  }
  .dacaptn {
    width: 100%;
  }
  .clickffsake:after,
  .clickffsake:before {
    display: none;
  }
  .big170 {
    font-size: 95px;
  }
  .big170-en {
    font-size: 35px;
  }
  .viz2container {
    max-width: 250px;
  }
  .viz2container img {
    width: 100%;
  }
  #johnspa,
  #thisisjohn {
    display: none;
  }
  .lemonpiepcontainer img {
    width: 100%;
  }
  .huge200 {
    font-size: 90px;
    line-height: 1em;
  }
  .huge200-en {
    font-size: 70px;
    line-height: 1em;
  }
  .fakeserp {
    max-width: 86%;
    width: 100%;
    left: 8%;
    top: 32%;
    line-height: 0.9em;
  }
  .resultblock {
    margin-bottom: 4px;
  }
  .resultblock .titletag {
    font-size: 10px;
  }
  .resultblock .titletag {
    font-size: 10px;
  }
  .resultblock .urltag {
    font-size: 10px;
  }
  .resultblock .metadescrtag {
    font-size: 10px;
  }
  .resultblock:nth-of-type(3),
  .resultblock:nth-of-type(2) {
    background: red;
    display: none;
  }
  #searchentry {
    position: absolute;
    top: 21px;
    left: 86px;
    font-size: 10px;
    text-transform: none;
    max-width: 184px;
    height: 20px;
    overflow: hidden;
  }
  .animatedscreen {
    position: relative;
    width: 250px;
  }
  #ggbtncontainer {
    position: absolute;
    bottom: 76px;
  }
  .formfielddiv,
  #formfieldsp,
  #enterreqsp,
  #uclick {
    position: unset;
    color: white !important;
    text-align: center;
    width: 100%;
  }
  #formfieldsp:after {
    display: none;
  }
  .formfielddiv img {
    display: none;
  }
  #requestcontainer {
    font-size: 10px;
    top: 158px;
    left: 51px;
    padding: 0px 0 0px 0;
    max-width: 147px;
  }
  #herewar {
    position: absolute;
    bottom: 28px;
    left: 8px;
    z-index: 10;
  }
  #hereffssp {
    color: white;
  }
  #herewar img {
    transform: rotate(-73deg);
  }
  .big62 {
    font-size: 33px;
  }
  #ggbtncontainer .togoogle {
    font-size: 10px;
  }
  #ggbtncontainer span {
    padding: 3px 5px;
  }
  .heyu img {
    width: 100px;
  }
  .viz1container img.bergo {
    width: 100%;
  }
  .uknow img {
    width: 100%;
  }
  .ulStyle {
    display: flex !important;
    position: relative;
    justify-content: center !important;
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .liStyle {
    float: none !important;
  }
  #parallaxEarth .layer2 {
    width: 380px;
    height: auto;
    left: -33%;
  }
  #parallaxEarth .layer6 {
    width: 511px;
    height: auto;
    left: -83%;
  }
  #parallaxEarth .layer1 {
    width: 460px;
    height: auto;
    left: -76%;
  }
  .heyu,
  .uknow,
  .magical,
  .explosion,
  .captn,
  .wantmoar,
  .poorearth,
  .conclusion,
  .sousegoogleforfucksake,
  .share {
    min-height: unset;
    text-align: center;
    position: relative;
  }
}
