@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: #1f1f1f;
   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: 10px;

}
.buttonbody{
    background-image: url('');
    background-position: center center;
    background-color: rgb(178 141 74);
    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;

}
.ainside{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-family: Ubuntu;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    margin-top: 45px;
    margin-bottom: 45px;
    text-wrap: wrap;

}
.aFood:hover{

    color: #000000;
    text-decoration: none;

}
.aaa{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    font-family: Ubuntu;
    color: #000000;
    text-decoration: none;


}
.aaa:hover{

    color: #000000;
    text-decoration: none;

}
#MediaPlayer1
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_MediaPlayer1
{
   display: block;
   position: relative;
   margin: 0;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 56.25%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#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;
}