@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
  margin: 0;
  padding: 0;
}

.sky {
  overflow-x: hidden;
  position: relative;
  background-image: linear-gradient( #019aff, #F6D19C);
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
}

.sky img {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#cloud-one {
  width: 20%;
  bottom: 40%;
  left: 75%;
}

#cloud-two {
  width: 25%;
  bottom: 80%;
  left: 70%;
}

#cloud-three {
  width: 30%;
  bottom: 60%;
  left: 0%;
}

#cloud-four {
  width: 24%;
  bottom: 70%;
  margin-right: 40%;
  left: 20%;
}

#cloud-five {
  width: 23%;
  bottom: 60%;
  left: 60%;
}

#javascript {
  width: 5%;
  bottom: 30%;
  left: 20%;
}

#react {
  width: 5%;
  bottom: 30%;
  left: 26%;
}

#spring-react {
  width: 5%;
  bottom: 30%;
  left: 32%;
}


.about-me {
  height: 600px;
  background-image:linear-gradient(#00ca2c,#0590ec) ;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.ground {
  height: 300px;
  background-image:linear-gradient(#036cb3,rgb(66, 2, 2)) ;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.easterEgg {
  height: 400px;
  background-image:linear-gradient(#aa1906,#940707) ;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 50px;
}




h1 {
  color: white;
  font-family: 'Lobster', cursive;
  font-size: 60px;
}

h2 {
    color: white;
    font-family: 'Lobster', cursive;
    font-size: 60px;
    text-align: center;
    justify-content: center;
    padding: 34px;

  }
  .wordie
  {
      position: absolute;
      width: 5em;
      overflow: hidden;
      top: 0;
      font-size: .8vw;
     
  }

  #air-balloon:hover{
    transition: 130s linear;
    width: 190em;
}
#zorito {
    position: absolute;
    width: 5em;
    overflow: hidden;
    top: 0;
}

#air-balloon {
    width: 10%;
    bottom: 10%;
    position: absolute;
    width: 18em;
    overflow: hidden;
    top: 0;
  }
  