.success {
    color: #4ee578;
}
.failure {
    color: #b00020;
}
.hidden {
    display: none;
}
.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}
.column-illustration {
    width: 40%;
    margin-top: 25px;
    margin-bottom: 25px;
}
