* {
    box-sizing:border-box;
    
}

body {
    background-color: cornflowerblue;
    cursor: url('../structure/images/bubble.png'), auto;
}

.intro {
font-family:Arial, Helvetica, sans-serif;
}

.shower-water {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.stream {
    display: flex;
    flex-direction:column;
    height: 4000px; /* Adjust the height as needed */
    overflow: hidden;
  }
  
  .drip {
    animation: scroll 0.5s linear infinite; /* Adjust speed and duration as needed */
  }
  
  @keyframes scroll {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(100%);
    }
  }

.back-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1;
}

.three {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.two {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    align-items: center;
}

.item {
  background: radial-gradient(ellipse at center, cornflowerblue, rgba(255, 0, 0, 0)100%);
  display: flex;
  width: 25%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
}

.bagel {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.bagel:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.start {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.start:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.hair {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.hair:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.home {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.home:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.dinner {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.dinner:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.mydinner {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.mydinner:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.leftovers {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.leftovers:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.cant {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.cant:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.creative {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.creative:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.lasagna {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.lasagna:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.wrong {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.wrong:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.life {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.life:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.itch {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.itch:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.eczema {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.eczema:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.new {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.new:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.song {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.song:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.year {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.year:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.kid {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.kid:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.blur {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.blur:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.time {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.time:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.conditioner {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.conditioner:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.wrap {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.wrap:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.dog {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.dog:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.off {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.off:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}

.end {
  background-color: rgba(0, 0, 0, 0);
  transition: color 1s ease-in-out;
  opacity: 1%;
  color: cornflowerblue;
}

.end:hover {
  color:black;
  opacity: 100%;
  transition: color 1s ease-in-out;
}



