body {
    background-image: url("https://cdn.britannica.com/28/233928-050-CC617C2B/high-speed-railway-commuter-train.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: Ubuntu, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Roboto, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #f6f6f6;
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


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: 333;
    font-weight: bold;
    width: 200px;
    margin-bottom: 12px;
    border-radius: 5px;
    font-family: inherit;
}

#increment-btn {
    background: white;
}

#save-btn {
    color: white;
    background: #CB2604;
   
}

.Container {
    max-width: 400px;
    width: 100%;
   padding-top: 50px;
   padding-bottom: 50px;
    margin: auto;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(0, 0, 0, 0.50);
}

