body {
  background-image: url("cloverbg.gif");
}


.allhome {
  background-color: #052907;
  border-radius: 30px;
  width: 80vw;
  height: 80vh;
  margin-top: 10vh;
  margin-left: 10vw;
  position: absolute;
}


.header {
  color: #406e4b;
  font-family: garamond, serif;
  font-size: 40px;
  text-align: center;
}

.clover1 {
  transform: rotate(0.95turn);
  height: 10vh;
  width: auto;
  opacity: 0.7;
  margin-left: 8vw;
  margin-top: 7vh;
  position: absolute;
}

.clover2 {
  transform: rotate(0.05turn);
  height: 10vh;
  width: auto;
  opacity: 0.7;
  margin-left: 84vw;
  margin-top: 7vh;
  position: absolute;
}
  
.list {
  color: #406e4b;
  font-size: 30px;
  font-family: garamond, serif;
  margin-left: 8vw;
  margin-top: -2vh;
}
  
.list1 {
  color: #406e4b;
  font-size: 30px;
  font-family: garamond, serif;
  margin-left: 40vw;
  margin-top: -68.5vh;
  position: relative;
}  
  

