body {
    background-image: url("station.jpg");
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: lightgray;
    justify-content: center;
    align-items: center;
}

.main-content {
    text-align: center;
}



#count-el {
    font-size: 60pt;
    margin-top: 8px;
    margin-bottom: 18px;
    color: rgb(66, 95, 173);
}

h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: rgb(66, 95, 173);
}

h1 {
    color:rgb(94, 187, 92);
}
h3 {
    color: rgb(66, 95, 173);
}
#incre-btn {
    background-color: darkred;
    color: rgb(242, 236, 236);
    font-size: 40px;
    border-radius: 8px;
}

#save-btn {
    display: block;
    text-align: center;
    background-color: rgb(94, 187, 92);
    color: rgb(242, 236, 236);
    font-size: 40px;
    border-radius: 8px;
    margin:auto;
    margin-top: 8px;
    width: 255px;
    margin-bottom: 10px
}

#total-el {
    font-size: 60pt;
    margin-top: 8px;
    margin-bottom: 18px;
    color: rgb(94, 187, 92);
}