body {
    background-image: url("munich_ubahn.jpg");
    background-size: cover;
    font-family: "MVV-AsapCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0 0 2px black;
}

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: #005BAB;
}

#save-btn {
    background: #005BAB;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#increment-btn:hover,
#save-btn:hover {
    background: #004a8f;
}
