.navbar {
  background-color: #431264;
  text-align: center;
}
.image-container {
  display: inline-block;
  width: 100%;
}
h1 {
  color: #431264;
}
.table-purple th {
  background-color: #431264 !important;
  color: white !important;
  text-align: center;
}
.custom-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.custom-table-scroll table {
  min-width: 1200px;
}
