

body {
      font-family: 'MyCustomFont', sans-serif;
      background: #f5f5f5;
      padding: 20px;
      line-height: 1.6;
      font-size: 18px;
    }





.example {
  position: relative;
  padding: 5px;
  border-radius: 50px;
  background-color: #fcfcfc;
}

.site-content{
  word-break: keep-all;
  word-wrap: break-word;
}
div.example {
  padding-left: 15%;
  padding-right: 15%;
}

@media screen and (max-width: 800px) {
  div.example {
    padding: 0%;
  }
}
.table-container {
  min-width: 140px;         /* Only allow up to 150px width */
  overflow-x: auto;         /* Show scrollbar if content exceeds 150px */
  border: 1px solid #ccc;
}

table {
  width: 100%;              /* Take up full container width initially */
  border-collapse: collapse;
  text-align: center;
  font-family: 'Open Sans', serif;
}

th, td {
  border: 1px solid #999;
  padding: 8px;
  word-break: break-word;   /* Allow word to break to new line if needed */
}
