@import url('../base.css');

/* Tree page styles */
.tree {
  background-attachment: fixed;
  background-color: seagreen;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

#divtree {
  display: flex;
  align-items: center; /* centering horizontally */
  justify-content: center; /* centering vertically */
  color: darkseagreen;
  flex-direction: column;
  font-family: 'Ultra', serif;
  height: 50%;
  left: 35%;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 30%;
}

.tree h1 {
  padding: 0;
}
