@charset "UTF-8";

#carD{
    width: 100%;
    background-image: url(/image/IMG_5764.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
}
#carD2{
    width: 100%;
    background-image: url(/image/IMG_5765.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
}

.redder{
    background-color: rgba(204, 0, 0, 0.842);
}
.with{
    color: white;
}
.yeller{
    color: rgb(255, 208, 0);
    
}
a:link.yeller{
    color: rgb(255, 208, 0);
}
a:visited.yeller{
    color: rgba(255, 145, 0, 0.815);
}
.bolder{
    font-weight: bolder;
    font-size: larger;
}
body{
    background-image: url(/image/IMG_5765.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}