.main {
  position: relative;
}

.hello {
  position: absolute;
  max-width: 100%;
  top: 75px;
  right: 200px;
  z-index: 7;
  color: #056641;
  font-size: 25px;
  white-space: nowrap;
}

.gaypin{
 position: absolute;
  max-width: 100%;
  top: 470px;
  right: -150px;
  z-index: 9;
  white-space: nowrap;
  transform: rotate(13deg)
}

.gaypin:hover {
  transform: rotate(-2deg) translateY(10px);
}

.welcome {
  position: absolute;
  max-width: 100%;
  top: 115px;
  right: 200px;
  z-index: 6;
  color: #056641;
  font-size: 14px;
  white-space: nowrap;
}

.mybutton {
  position: absolute;
  max-width: 100%;
  top: 200px;
  right: 200px;
  z-index: 5;
  white-space: nowrap;
}

.counter {
   position: absolute;
  max-width: 100%;
  top: 107px;
  right: 50px;
  z-index: 4;
  white-space: nowrap;
}

.paper10 {
  position: absolute;
  max-width: 100%;
  top: 50px;
  right: 225px;
  z-index: 3;
}

.nailpolishtext {
 position: absolute;
  max-width: 100%;
  top: 75px;
  right: -225px;
  z-index: 2;
  color: #056641;
  font-size: 23px;
  white-space: nowrap;
  transform: rotate(-10deg)
}


.nailpolish {
    position: absolute;
  max-width: 100%;
  top: 60px;
  right: -325px;
  z-index: 1;
  white-space: nowrap;
  transform: rotate(15deg)
}

.nailpolish:hover {
  transform: rotate(-3deg)
}

.nailpolishpaper:hover{
  transform: rotate(3deg) translateX(10px);
}

.paper11 {
    position: absolute;
  max-width: 100%;
  top: 70px;
  right: -50px;
  z-index: 0;
  white-space: nowrap;
  transform: rotate(-10deg)
}

.sciencenplantstuff:hover{
   transform: rotate(6deg) translateX(55px);
}

.flowerhand2 {
  position: absolute;
  max-width: 100%;
  top: 135px;
  right: 315px;
  z-index: 0;
  white-space: nowrap;
  transform: rotate(3deg);
}

.flowerhand2:hover{
   transform: rotate(-6deg);
}

.flowerlistthing {
  position: absolute;
  max-width: 100%;
  top: 325px;
  right: 360px;
  z-index: 1;
  white-space: nowrap;
  transform: rotate(1deg);
  color: #056641;
  font-size: 20px;
}

.paper12 {
    position: absolute;
  max-width: 100%;
  top: 310px;
  right: 420px;
  z-index: 0;
  white-space: nowrap;
  transform: rotate(3deg);
}



body {
    background-color: #FFFFFF;
    background-size: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    font-family: Verdana, sans-serif;
}

li {
  list-style-type: none;
}

a:link {
  color: #056641;
  text-decoration: none;
}

a:visited {
  color: #056641;
  text-decoration: none;
}

a:hover {
  color: #056641;
  text-decoration: none;
}

a:active {
  color: #056641;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

