.pitanje {
    max-width: 600px;
    background-color: rgb(63, 64, 176);
    padding: 40px 60px;
}
.pitanje-text {
    text-align: center;
    color: bisque;
}
.pitanje-odgovor {
    display:flex;

}
.odgovor-text {
    text-align: center;
    min-height: 50px;
    color: bisque;
}
.pitanje-odgovor input {
    flex: 1;
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    color: bisque;
    border-bottom: 1px solid bisque;
    font-size: 20px;
}
.pitanje-odgovor input:focus {
    box-shadow: none;
    border: none;
    outline: none;
    border-bottom: 1px solid bisque;
}
.pitanje-odgovor button {
    width: 50px;
    color: bisque;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
body {
    background-color: rgb(16, 16, 16);
}
progress {
    width: 100%;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 1px solid bisque;
    padding: 8px;
}
*  {
    color: bisque;

}