body {
    background-image: url("images/station.jpg");
    background-size: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
    text-shadow: 0px 0px 10px black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

h1 {
    margin: 100px 0 100px;
}

h2 {
    margin:0 20px 140px;
    font-size: 200px;
}

button {
    border: 3px solid white;
    box-shadow: 0px 0px 5px black;;
    padding: 20px 40px;
    color: white;
    font-weight: bold;
    margin:20px;
    border-radius: 5px;
    font-size: 30px;

}

#increment-btn {
    background: darkred;
}

#save-btn {
    background: darkgreen;
}

