@media screen and (min-width: 800px){
    main{
        margin-top: 150px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        display: flex;
    }
    button{
        width: 120px;
        height: 40px;
        margin-top: 60px;

    }
    img{
        margin-top: 20px;
    }
    h1{
        margin-top: 30px;
    }
    p{
        margin-top: 30px;
        width:170px;
    }
    .sedan_card{
        background-color: var(--Brightorange);
        height: 300px;
        border-radius:10px 0  0 10px  ;
    }
    .luxury_card{
        height: 300px;
        border-radius:0 10px 10px 0;
    }
    .card{
        height: 400px;   
    }
}