body {
    background-color: #FFF6C3;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

.container {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 400px;
    background: white;
    border: 3px solid black;
    border-radius: 10px;
}

h1 {
    margin-top: 80px;
    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: #850000;
}

#save-btn {
    background: #850000;
}

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