body {
    background-image: url("berlin-station2.jpg");
    background-size: cover;
    background-position: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
}

.title{
    margin-top: 30px;
}

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

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

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: darkred;
}

#save-btn {
    background: darkgreen;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    margin:50px auto 250px auto;
    border: 5px solid black;
    max-width: 500px;
    height: 700px;
    max-height: max-content;
}

.train-station{
    margin-top: 30px;
    border-radius: 5%;
    /* border: 10px solid red; */
}