main {
  position: relative;
}

.home {
   position: absolute;
  max-width: 100%;
  top: 40px;
  right: 615px;
  z-index: 6;
  white-space: nowrap;
  color: #056641;
  font-size: 14px;
  text-align: center;
}

.polish1info {
  position: absolute;
  max-width: 100%;
  top: 310px;
  right: 530px;
  z-index: 5;
  color: #056641;
  font-size: 14px;
  white-space: nowrap;
}


.polish1title {
  position: absolute;
  max-width: 100%;
  top: 250px;
  right: 550px;
  z-index: 4;
  color: #056641;
  font-size: 25px;
  white-space: nowrap;
}

.polish1 {
  position: absolute;
  max-width: 100%;
  top: 250px;
  right: 850px;
  z-index: 3;
  white-space: nowrap;
  content: url("nail-polish/nailpolish2dithergreen.png");
   height: 275px;
  transform: rotate(-15deg);
}

.polish1:hover {
   content: url("nail-polish/nailpolish2.png");
   transform: rotate(-3deg);
}

.npcollect {
  position: absolute;
  max-width: 100%;
  top: 40px;
  right: 400px;
  z-index: 2;
  white-space: nowrap;
  color: #056641;
  font-size: 40px;
}

.text1 {
   position: absolute;
  max-width: 100%;
  top: 120px;
  right: 200px;
  z-index: 1;
  white-space: nowrap;
  color: #056641;
  font-size: 14px;
  text-align: center;
}

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: #61BA45;
  text-decoration: none;
}

a:visited {
  color: #61BA45;
  text-decoration: none;
}

a:hover {
  color: #61BA45;
  text-decoration: none;
}

a:active {
  color: #61BA45;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

