.main {
  position: relative;
}

.text1 {
  position: absolute;
  max-width: 100%;
  top: 40px;
  right: 130px;
  z-index: 2;
  white-space: nowrap;
  color: #056641;
  font-size: 40px;
}

.text2 {
  position: absolute;
  max-width: 100%;
  top: 130px;
  right: 250px;
  z-index: 1;
  color: #056641;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.text3 {
  position: absolute;
  max-width: 100%;
  top: 180px;
  right: 250px;
  z-index: 1;
  color: #056641;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.home {
   position: absolute;
  max-width: 100%;
  top: 40px;
  right: 55px;
  z-index: 3;
  white-space: nowrap;
  color: #056641;
  font-size: 14px;
}

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;
}
