*{
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
}
.body{
    background-image: url(https://cdn.impossibleimages.ai/wp-content/uploads/2023/07/20214438/6NdQwA1UfoffPabcUy2wcOqjZl5ntDgApIgx9IxRjkvcBnMvBe-1500x999.jpg);
    background-color:none;
    background-repeat: none;
    background-size: cover;
    width:100%;
    height:700px;
}
.content{
    text-align:center;
    position: relative;
    top: 300px;
}
.content ul {
    display: flex;
    justify-content: center;
    justify-content:space-around;
    flex-direction: row;
    position: relative;
    list-style-type: none;
    bottom: 200px;
    left:700px;
}
.content ul li{
    color:black;
    text-decoration: none;
    transition: 1s;
}
.content ul li:hover{
    color:red;
}
.content h1{
    font-size:95px;
    color:white;
    margin-bottom:50px;
}

.content a{
    font-size:23px;
    color:white;
    text-decoration: none;
    border:2px solid white;
    padding:15px 25px;
    border-radius: 50px;
    transition: 2s;
}
.newbody{
    width:100%;
    height:900px;
    background-image: url(https://cdn.dealeraccelerate.com/volo/1/18973/632527/790x1024/1976-chrysler-cordoba);
    background-size: cover;
}