body {
    padding: 0;
    margin: 0;
    width: 100%;
    /* display: flex;
    flex-direction: column;
    min-height: 100vh; */
    font-family: "Poppins", sans-serif;
    /* justify-items: center; */
    /* background-image: url("img/bg.png");
    background-size: cover;       */
    /* background-position:center; */
    /* justify-content: center;
    z-index: -2;
    background-repeat: no-repeat;    */
 }
.wrapper {
    display: flex;
    background-position:center;
    flex-direction: column;
    /* min-height: 100vh; */
    background-image: url(img/bg.png);
    background-size: cover;
    width: 100%;
    overflow: hidden; 
}
 html, body {
    height: 100%;
    margin: 0;
}
.header { 
    display: flex;
    background-color: #090b1a;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
    height: 75px;
}
.header h1 {
    margin-bottom: 6px;
}
.header p {
    margin-top: 0px;
}
.API-Area {
    width:80%;
    display:grid;
    justify-items:center;
}
.content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 80px; 
    padding-top: 30px; 
    position: relative;
    min-height: 750px;
}
#chili{
    position: absolute;
    z-index: -1;
    margin-top: 120px;
    margin-left: -30px;
}
#logo {
    width: 100px;
    margin: 20px 0px;
}
#headerbtn {
    height: 40px;
    display: flex;
}
.footer {
    display: grid;
    color: white;
    justify-items: center;
    text-align: center;
    align-content: center;
    background-color: #000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    img{
        height:37px;
    }
}
.row-phone{
    display: flex;
    justify-content: center;
    #phone{
       width:100%;
    }
}
.row-car{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    #cars{
        max-width: 500px;
        z-index: 11;
        position: absolute;
    }
    #car1{
        /* width: 100%; */
        /* height: 152px; */
        right: -20px;
        z-index: 1;
        margin-top: -10px;
        position: absolute;
    }
    #car2{
        /* width: 100%; */
        margin-top: -10px;
        left: 0;
        z-index: 1;
        position: absolute;
    }
}
.row-effect{
    display: flex;
    justify-content: center;
    z-index: 1;
    #effect1{
        position: absolute;
        top: 50px;
        z-index: -1;
        width: 100%;
        max-width: 550px;
        margin-left: -65px;
    }
     #effect2{
        position: absolute;
        bottom: 20px;
        z-index: -1;
        width: 100%;
        max-width: 500px;
        /* margin-right: -50px; */
    }
}
.action{
    display: flex;
    justify-content: center;
    /* position: absolute;
    top: 75%; */
    margin-top: 100px; 
    margin-bottom: 30px;
    img {
        width: 100%;
        max-width: 260px;
        cursor: pointer;
        z-index: 111;
        box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
    }
}
.footer p {
    width: 80%;
    font-size: 9px;
}
#text-content{
    margin-top: -280px;
    width: 100%;
    max-width: 400px;
    z-index: 1;
}

#roulette{
    position: absolute;
    top: 30%;
    z-index: -1;
    width: 100%;
    max-width: 350px;
}
@media only screen and (max-width:500px){
    .footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content{
        min-height: unset !important;
        padding-bottom: 100px;
    }
    .action{
        position:absolute;
        margin-bottom: 10px;
    }
    .header{
       justify-content: space-between;
    }
    #headerbtn{
       padding-right:10px;
       height: 35px;
    }
    #logo{
        width:90px;
        padding-left:15px;
    }
}