.image1 {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-image: url('../images/grass-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.image2 {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-image: url('../images/grass-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

.message2 {
  color:red;
  font-size: 36px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.header {
  font-size: 40px;
  color: green;
  text-align: center;
  position: absolute;
}

#nav {
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: #000;
  color: #fff;
  z-index: 9;
}

a:hover{
  background-color:yellow;
  color:black;
}

/***
#nav:hover {
    background: rgba(255,255,255,0.8);
    color: #000;
}
***/

/* we just put this in the <a...> field for the active page */
.highlight{
  background: #f00;
  color: #000;
}

body{
  background-color: #00cccc;
}

.mainpage{
  background-color: #00cccc;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
/***
***/
  z-index:10;
}


.darkerpage{
  /* background-color: #93a6b9; */
  background-color: #00cccc;

  font-size: 16px;
  z-index:10;
}

textarea{
  background-color: #00cccc;
}

.whitetext{
  color: #ffffff;
}

.asmbutton{
    background-color:#dddddd;
    color: #005555;
}
