.wheel {
    border-radius: 50%;
    width: 10vh;
    height: 10vh;
    border-style: solid;
    border-width: 1vh;
    position: absolute;
    bottom: 0%;
    background-image: linear-gradient(90deg, rgb(30, 23, 147) 0%, rgb(5, 0, 88) 100%);
}

.car-body {
    position: absolute;
    width: 100%;
    height: 9vh;
    bottom: 30%;
    border-top-left-radius: 50%;
    border-left: 1vh solid rgba(0, 8, 101, 0.73);
    background-image: linear-gradient(90deg, rgba(129, 29, 29, 255) 0%, rgb(102, 10, 10) 100%);
}

.car-door {
    width: 20%;
    height: 100%;
    transform: skew(-38deg);
    position: absolute;
    left: 50%;
    background-image: linear-gradient(90deg, rgb(5, 0, 49) 0%, rgb(7, 0, 70) 100%);
}