body{
    background-image: url("./Image/background/nfs-payback-texture-xlarge-img-2x.png.adapt.crop16x9.320w.png");
    background-repeat:  no-repeat;
    background-color: #6161619e;
    background-size: cover;
    background-position: center;
    
}
.Cars{
    padding: 100px;
    color: white;
}
.Cars-container{
    padding-bottom: 50px;
}
.Cars h1{
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.image{
    width: 350px;

    position: relative;
}
.image img{
    width: 350px;

}
.Class-D{
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.Class-C{
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.Class-B{
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.Class-A{
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.Class-S{
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.nav-bar{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    color: white;
    background-color:  #191919;
}
*{
    margin: 0;
    padding: 0;
}
.Menu{
    display: flex;
    align-items: center;
    width:300px;
    justify-content: space-between;
    
}
.Menu a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    
}
.Menu a:hover{
    color: rgb(164, 5, 53);
    font-weight: bold;
    text-decoration: underline;
}
.title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:300px;
}
.title img{
    width: 50px;
    margin: 10px;
}
.class-title{
    display: flex;
    align-items: center;
    align-content: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px;
}
hr {
    border: 3px solid;
}
.footer{
    background:#000;
    padding:30px 0px;
    text-align:center;
    }
    
.footer .row{
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: gray;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    }
    
.footer .row a:hover{
    color:#F90854;
    }

.footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    width:100%;
    display:inline-block;
    margin:0px 30px;
    }
    
.footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
    @media screen and (max-width: 768px) {
        .footer{
            text-align:left;
                padding:5%;
            }
            
        .footer .row p{
            display:block;
            margin:10px 0px;
            text-align:left;
        }
           
        .footer .row p{
            margin:0% 3%;
        }    
    }