html, body {
  background-color: #111111;
  height: 100%;
  width: 100%;
}

h1 {
  font-family: "Heebo", sans-serif;
  color: #0c63d4;
  font-size: 50;
  font-weight: bold; }

h2 {
  font-family: "Heebo", sans-serif;
  color: #097aeb;
  font-size: 15;
  font-weight: bold; }

h3 {
  font-family: "Heebo", sans-serif;
  color: #097aeb;
  font-size: 18;
  font-weight: bold; }


/* div {
  width: 300px;
  border: 15px solid gray;
  padding: 50px;
  margin: 20px;
} */

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.example {
  -ms-overflow-style: none;
}

html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

.terminalc{
    background-image: url('bg.png');
    background-repeat: no-repeat;
}

#sc-container {
    max-width: 88%;
    margin: 0 auto;
}


