@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap");

body {
  background-color: #17141d;
  color: white;
  font-family: "DM Mono", monospace;
}

.modalText{
  color:black;
}

.tableText{
  color: black;
}
