/* Arquivos CSS Quizz */

@import url('../components/Quiz/pag1/style.css');
@import url('../components/Quiz/pag2 FORM/cadastro.css');
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
    height: 100vh;
    box-sizing: border-box;
    font-family: "Roboto", serif;
    margin: 0;
    padding: 0;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress {
    width: 0;
    height: 10px;
    background-color: #4CAF50;
    border-radius: 5px;
    transition: width 6s ease-in-out;
}

.message {
    font-size: 16px;
    color: #4CAF50;
}