body {
    background-image: url("forestview.png");
    background-size: cover;
    font-family: 'Open Sans', 'Helvetica Neue', Oxygen;
    font-weight: bold;
    text-align: center;
    height: 100vh
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}

div {
  max-width: 1000px;
  max-height: 10000px;
  margin: auto;
}

button {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    width: 200px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#increment-btn {
    background: green;
}

#save-btn {
    background: darkgreen;
}

