body {
  background-position: right top;
  position: static;
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(images/nano2.jpg);
  background-repeat: repeat;
  font-size: 12px;
  color: black;
}
.backimg {
  position: absolute;
  z-index: 0;
  padding-left: 10%;
  width: 89%;
  height: 99%;
}
.logo {
  padding: 0px;
  position: relative;
  z-index: 1;
  max-width: 200px;
  max-height: 200px;
}
.button {
  padding: 0px;
  position: relative;
  z-index: 1;
  max-width: 180px;
  max-height: 50px;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-large;
  color: #2a4905;
  text-align: center;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  color: #2a4905;
  text-align: left;
  text-decoration: underline;
}
.text {
  padding: 0px;
  position: absolute;
  left: 210px;
  top: 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  font-weight: normal;
  width: 85%;
}

