.html {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


body {
    background-image: url("https://www.nationalconferencecentre.co.uk/wp-content/uploads/2022/01/conferences-50-scaled.jpeg");
    background-position: center;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    height: 100vh;
}

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

.title {
    color: #f8f7ff;
    text-shadow: 0 0 5px #9381ff;
}

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

.count {
    color: #f8f7ff;
    text-shadow: 0 0 5px #9381ff;
    
}

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

#increment-btn {
    color: #9381ff;
    text-shadow: 0 0 1px #b8b8ff;
    background: #b8b8ff;
    border: 5px outset #9381ff;
}

#save-btn {
    color: #b8b8ff;
    text-shadow: 0 0 1px #9381ff;
    background: #9381ff;
    border: 5px outset #ffeedd;
}

.previous {
    color: #f8f7ff;
    text-shadow: 0 0 5px #9381ff;
    
}