body
{
   background-color: #2f3531;
   background-image: url('../images/ObjectsBackground.png');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: repeat;
   color: #000000;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a {
    text-decoration: none;
}
.car-slide {
    height: fit-content;
    padding: 10px;
}
.logo-landing {
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0;
    width: 145px;
    height: 115px;

}
#image1 {
    width: -webkit-fill-available;
}

.main-cat{
    padding: 10px;
    white-space: nowrap;
}
.main-title{
    color: #f16122;
    font-family: "Ubuntu";
    margin-top: 5px;
}
.main-desc{
    color: aliceblue;
    font-family: "Ubuntu";
}
.main-body{
    align-content: center;
    text-align: center;
    background-color: #dcdcdc8e;
}
.eliqud-cat{
    padding: 10px;
    white-space: nowrap;
}