* {
    background-color: #F2F0EF;
    color: #212121;
}

.webInfo {
    text-align: center;
}

.imageBox {
    border: 2px dotted black;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
    margin-bottom: 3em;
}

.imageBox p {
    text-align: center;
    width: 70%;
}

.imageBox img {
    max-width: 30%;
    height: auto;
    border: 1px solid black;
}

.dataTable {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
}

table {
    max-width: 100%;
    border-collapse: collapse;
}

table th, table td {
    word-wrap: break-word;
}

th {
  overflow-wrap: break-word;
}