
.area {

    display: flex;
    background-color: #f7f7f7;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    font-family: 'Poppins', sans-serif;

}

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

h2 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.description {
    font-weight: 300;
}
.progress {
    margin-top: 10px;
}