nav {
    margin-left: 10%;
    margin-right: 12px;
    margin-bottom: 50px;
    width: 50%;
    height: 30px;
    text-align: center;
}

nav a {
    background-color: white;
    border-left: 3px solid grey;
    color: gray;
    
    width: 24%;
    font-size: 25px;
    height: inherit;
    text-align: center;
    text-decoration: none;
    
    display: inline-block;
}

p.d {
    color:gray; 
    font-size: 15px;
}

.gallery tr.img td img {
    width: 100%;
}

.gallery tr.desc td a {
    border: 2px solid grey;
    text-align: center;
    text-decoration: none;
    display: block;
}

.gallery {
    margin: auto;
    width: 90%;
}

.carImage {
    width: 25%;
    height: 25%;
}

.carTitle {
    border: 2px solid grey;
    text-align: center;
    text-decoration: none;
    display: block;
}

main {
    margin: auto;
    width: 80%;
    height: 800px;
    
    border: 2px solid grey;
    background-color: white;
}

main p {
    padding-left: 5%;
}