body {
  font-family: "Segoe UI Local", 'Segoe UI Web';
  /* background-color: #1b1e3e; */
  background-color: #002a00;
  color: #bfbfbf;
  margin: 0;
  padding: 0;
}

.border {
  border: 1px solid #B39800;
  border-radius: 4px;
}

.bg-dark {
  background-color: #101123;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
