
body {
    background-color: rgb(43, 43, 43);
    color: white;
}

.home1 {
    font-size: 600%;
    text-decoration: none;
    color: white;
}

.home2 {
    font-size: 200%;
    text-decoration: none;
    color: white;
}

.sorts {
    color: rgb(166, 234, 255);
    text-decoration: none;
}

a {
    color: lightblue;
}

.sbd-displacement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.sbd-engine {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 3px solid;
    border-radius: 10px;
    width: 225px;
    align-items: stretch;
    padding: 1% 2% 1% 2%;
    margin: 1%;
}

.sbd-engine h4, .sbd-engine p {
    /* border: 1px solid; */
    padding: 5px;
    margin: 0;
}

.iron {
    background-color: rgb(53, 53, 53);
}

.alum {
    background-color: rgb(94, 94, 94);
}

.sbd-engine .vehicles p{
    padding: 0px;
    padding-left: 10px;
}

.eol p {
    color: red;
}

@media (max-width: 600px) {
    .home {
        display: flex;
        flex-direction: column;
    }

    .sbd-displacement {
        flex-direction: column;
    }

    .sbd-engine {
        width: 90%;
    }
}