.advent_container {
    background-color: rgb(192, 192, 192);
    width: 100%;
    border-radius: 20px;
}

.advent_container .progress {
    background-color: #ed1c24;
    color: white;
    padding: 10px 20px;
    height: 40px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 20px;
    min-width: 150px;
    background-image: url("../assets/bicycle.svg");
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: right 20px center;
}
