body{
    /* background-image: url(indian-railway-station.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; */
    background-color: rgb(67, 67, 67);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    
}

body::after{
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url(indian-railway-station.jpg);
    background-size: cover;
    height: 100vh;
    /* background-position: center center; */
    opacity: .5;
    z-index: -1;
}

.container{
    background-color: rgb(255, 255, 255);
    max-width: 80%;
    margin: auto;
    border: 5px solid rgb(172, 172, 172);
    border-radius: 30px;
    padding: 30px;
}

h1{
    font-size: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    /* -webkit-text-stroke: 3px black; */
}

h2{
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 20px;
}

#increment-btn {
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
    width: 500px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgb(195, 33, 33);
}

#increment-btn:hover{
    background-color: rgb(179, 34, 34);
}

#save-btn {
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
    width: 500px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgb(38, 171, 56);
}

#save-btn:hover{
    background-color: rgb(29, 161, 29);
}

#save-el{
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    /* -webkit-text-stroke: 3px black; */
}