p {
    margin: 2%;
}

.img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    height: fit-content;
}

.whiteBg {
    background-color: white;
}

.moduleTable {
    width: fit-content;
    align-self: center;
}

.moduleTableList {
    text-align: left;
}

#engineImg {
    padding-right: 2%;
}

#moduleTableDiv {
    padding: 2%;
}