.roomba-vacuum{
    background-color: #4398D1;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    width: 100px;
    height: 100px;
}

.in-circle{
    background-color: #4398D1;
    border: 4px solid #126099;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 57px;
    top: 399px;
}

.text-vacuum{
    font-size: 12px;
    font-family: 'Fredoka One';
    color: #fff;
    position: relative;
    top: 46px;
    left: 77px;

}

.btn-vacuum{
    width: 23px;
    height: 32px;
    background-color: #87CED9;
    position: relative;
    top: -25px;
    left: 87px;
    border-radius: 5px;
}

.circle-red{
    background-color: #E3584B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    top: -46px;
    left: 95px;
}

.rect-yellow{
    width: 7px;
    height: 3px;
    background-color: #FDB62F;
    position: relative;
    top: -55px;
    left: 87px;
}

.rect-yellow-right{
    width: 6px;
    height: 3px;
    background-color: #FDB62F;
    position: relative;
    top: -58px;
    left: 104px;
}

.rect-aqua{
    width: 23px;
    height: 3px;
    background-color: #69B6C2;
    position: relative;
    top: -51px;
    left: 87px
}

.rect-aqua-bottom{
    width: 23px;
    height: 3px;
    background-color: #69B6C2;
    position: relative;
    top: -50px;
    left: 87px;
}

.rect-aqua-top{
    width: 23px;
    height: 3px;
    background-color: #69B6C2;
    position: relative;
    top: -60px;
    left: 87px;
}

.rect-blue{
    width: 22px;
    height: 10px;
    background-color: #126099;
    position: relative;
    top: 62px;
    left: 87px;
    border-radius: 2px;
    z-index: 2;
}

.rect-aqua-bottom-1{
    width: 22px;
    height: 2px;
    background-color: #69B6C2;
    position: relative;
    top: 56px;
    left: 87px;
    z-index: 2;
}

.rect-blue-right{
    width: 12px;
    height: 3px;
    background-color: #126099;
    transform: matrix(0.84, 0.54, -0.54, 0.84, 0, 0);
    position: relative;
    left: 139px;
    top: 50px;
}

.rect-blue-left{
    width: 12px;
    height: 3px;
    background-color: #126099;
    transform: matrix(-0.85, 0.52, -0.52, -0.85, 0, 0);
    position: relative;
    top: 47px;
    left: 48px;
}