
.logo_header {
    max-width: 300px;
    align-self: center;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress_prompt {
    margin-bottom: 15px;
    padding: 10px;
    max-width: 200px;;
}

.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    color: #31708f;
}

.warning {
    background-color: #d5bf75;
    border-left: 6px solid #9e7b12;
    color: #c79910;
}

.success {
    background-color: #d4edda;
    border-left: 6px solid #28a745;
    color: #155724;
}

.error {
    background-color: #f8d7da;
    border-left: 6px solid #dc3545;
    color: #721c24;
}