@font-face {
    font-family: Ubuntu;
    src: url(./Ubuntu-Light.ttf);
  }
  @font-face {
    font-family: dgJory;
    src: url(./DG-Jory-Reg.ttf);
  }
  @font-face {
    font-family: gochi;
    src: url(./GochiHand-Regular.ttf);
  }
body
{
   background-color: #ffffff;
   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: 150px;
    height: 150px;
    margin-top: 60px;

}
.buttonbody{
    background-image: url('');
    background-position: center center;
    background-color: #870000;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 13px;
    border-color: black;
}
.buttonbody2{
    background-image: url('');
    background-position: center center;
    background-color: #870000;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 13px;
    border-color: black;
}
.text{
    padding-top: 15px;
    padding-bottom: 15px;

}
.aFood{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 33px;
    font-family: dgJory;
    font-weight: 200;
    color: #ffffff;
    text-decoration: none;

}
.aFood:hover{

    color: #000000;
    text-decoration: none;

}
.aaa{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 33px;
    font-family: gochi;
    color: #ffffff;
    text-decoration: none;


}
.aaa:hover{

    color: #000000;
    text-decoration: none;

}

#image1 {
    width: -webkit-fill-available;
}

.main-cat{
    padding: 10px;
    white-space: nowrap;
}
.main-title{
    color: #fcbb77;
    font-family: "Ubuntu";
    margin-top: 5px;
}
.main-desc{
    color: aliceblue;
    font-family: "Ubuntu";
}
.main-body{
    align-content: center;
    text-align: center;
    background-color: #636060;
}
.eliqud-cat{
    padding: 10px;
    white-space: nowrap;
}