*{
    margin: 0;
    padding: 0;
}

#content {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}
.car{
    margin: 25px;
    background-color: #ffffff;
}
.car img{
    width: 256px;
    height: 195px;
}


#carbox {
    margin-top: 20px;
    margin-bottom: 20px;

}

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.car:hover {
    z-index: 3;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.litemes{
    color: #b0b0b0;
}

.btnbox{
    margin-top: 5%;
    margin-bottom: 2%;
}
.btn{
    width: 100%;
    background-color: #ff6637;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    padding: 5% 20% 5%;
    color: #ffffff;
}

.btnbox a:hover{
 color: white;
}

#footer {
    position: unset;
}