.dispersion-button {
    border: 1px solid black; padding: 50px 20px; margin: 10px; border-radius: 15px; height: 20%; display: flex; justify-content: center; align-items: center;
}

.dispersion-button-text {
    color: black; text-decoration: none;
}

.disp-btn {
    width:90%;
    height:120px;
}

table {
    table-layout:fixed;
    width:100%;
}

td {
    word-wrap:break-word;
    word-break:break-all;
  }