body {
    background-image: url("https://latin.schreder.com/sites/default/files/2019-06/railwaystations-metros-porto-portugal-schreder-dexo-dexo-neos-porto-sao-bento-gare-img_0942.jpg");
    background-size: cover;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
     Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     font-weight: bold;
     text-align: center;
     background-repeat: no-repeat;
     height: 100vh;
     margin: 0;
     padding: 0;
     overflow-x: hidden;

}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 80px;

}
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: 400px;
    margin-bottom: 5px;
    border-radius: 5px;
}
#increment-btn {
    background-color: darkred;
    font-size: 20px;
}
#save-btn {
    background-color: darkgreen;
    font-size: 20px;
}
p {
    font-size: 30px;
    color: rgb(58, 4, 4);
    border: solid;
    border-color: red;
    color: white;
    border-style: solid;
    background-color: black;
   width: fit-content;
   margin-left: 11em;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-top: 5em;
   margin: 0 auto;

}