body {
    background-color: #f4ecd8;
    color: #5b4636;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    text-align: center;
}

h1,
h2,
h3 {
    margin: 10px 0;
    font-weight: 600;
}

#progressContainer {
    position: sticky;
    top: 5px;
    width: 90%;
    border-radius: 5px;
    background-color: #fffaf0;
    z-index: 100;
    height: 10px;
}

#progressBar {
    height: 10px;
    border-radius: 5px;
    width: 0%;
    transition: width 0.1s ease;
    background-color: green;
    z-index: 101;
}
#corpo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
}
p {
    height: 2000px;
}
