/* Page Styling */

:root {
  color-scheme: dark;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
html {
  height: 100%;
  background-color: #0b0b0b;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: white;
}

/* Info Box */
.info-box {
  background-color: #f46711 !important;
  color: white;
  font-size: 50px;
  margin-top: 55px;
}

.info-box-heading {
  font-size: 25px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.info-box-sub-heading {
  font-size: 15px !important;
}

/* Vertical Line */
.info-box-content {
  border-right: 1px solid rgb(211, 211, 211);
}
