body {
   margin: 0px;
   text-align: center;
   color: black;
   background-image: url("images/station.jpg");

}


h2 {font-size: 50px;
   margin-top: 0px;
   margin-bottom: 20px;
}




button {
   display: block;
   margin: 10px auto; /* centers and adds space between them */
   border: none;
   padding-top: 10px;
   padding-bottom: 10px;
   color: white;
   font-weight: bold;
   width: 200px;
   margin-bottom: 5px;
   border-radius: 5px;  
}
#increment-btn {
   background: darkred;
}

#save-btn {
   background: green;
}


#save-el {
   color: black;
   font-weight: bold;


}
