body{
    background:#f5f7fb;
    font-family:'Segoe UI',sans-serif;
}

.card{
    border:none;
    border-radius:20px;
}

.card-title{
    font-weight:bold;
}

.btn-primary{
    border-radius:50px;
}

.progress{
    height:25px;
    border-radius:30px;
}

.progress-bar{
    font-weight:bold;
}

.table{
    background:#fff;
}

.result-icon{
    font-size:80px;
}

.footer{
    color:#777;
    margin-top:40px;
}