body{
    margin-top: 20px;
    background:linear-gradient(90deg, #03827b,#c45a21);
    margin-left: 5%;
    margin-right: 5%;
}

.heading{
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.link{
    color: rgba(255, 255, 255, 0.5);
}

.link:hover{
    text-decoration: none;
    color: #ed594e;
}

.progress{
    margin-bottom: 20px;
}