.processing-main-image {
    width: 625px;
}

.processing-main-text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.image-container {
    padding: 1px;
}

.image-container:hover {
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.subsection {
    display: flex;
}

.sub-image {
    width: 200px;
    height: 200px;
}

.sub-text {
    text-align: center;
    font-size: 20px;
}
