body {
    background-image: url("math.jpeg");
    background-size: cover;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    height: 100vh;
}

.container {
    background: rgb(211, 238, 249);
    max-width: 80%;
    margin: auto;
    border: 3px solid grey;
    border-radius: 10px;
}

.container1 {
    background: rgb(211, 238, 249);
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    border: 3px solid grey;
    border-radius: 10px;
}

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

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

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

#increment-btn {
    background: #ab6918;
}

#save-btn {
    background: #1c7970;
}

#save-el {
    font-weight: bold;
}

