.information {
    margin-left: 15px;
    width: calc(50% - 45px);
    padding: 9px;
    border-radius: 10px;
}

.progress {
    background-color: #FFE87C;
}

.success {
    background-color: #0E9A00;
    color: whitesmoke;
}

.error {
    background-color: darkred;
    color: whitesmoke;
}
