body {
    background-image: url("crochet.webp");
    background-size: cover;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    height: 50vh;
}

.container {
    background: white;
    max-width: 60%;
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    border: 30px dashed darksalmon;
    border-radius: 50px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: indigo;
}

h2 {
    font-size: 50px;
    color: dimgray;
    margin-top: 0;
    margin-bottom: 20px;
}

button {
    border:c solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    color: aliceblue;
    font-weight: bold;
    width: 200px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#increment-btn {
    background: darkorange;
    
}

#decrement-btn {
    background: turquoise;
}

#reset-btn {
    background: palevioletred;
}

#save-btn {
    background: darkorchid;
}

#save-el {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: indigo;
    font-weight: bold;
}