@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
  background-color: black;
}

body {
  margin: 0;
  background-color: black !important;
  color: whitesmoke;
  font-family: Roboto, Arial, sans-serif;
}

.main {
  padding: 3px;
  margin-bottom: 34px;
}

.navbar {
  overflow-y: scroll;
  background-color: #300;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0px;
  display: block;
  height: 34px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.navbar span {
  background-color: #300;
  color: white;
  text-decoration: none;
  padding: 0 4px;
  margin-right: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 24px;
}

.navbar .extra {
  order: 99999;
}

.navbar a {
  background-color: red;
  color: black;
  text-decoration: none;
  padding: 1px 4px;
  margin-right: 6px;
  font-size: 24px;
  height: 34px;
  white-space: nowrap;
  display: inline;
}

.navbar a:hover {
  background-color: #f88;
}

.consolea {
  color: white;
  text-decoration: underline;
}
.consolea:hover {
  color: red;
  text-decoration: underline;
}

.app {
  width: 100%;
  height: calc(100vh - 36px);
  border: none;
  background-color: black;
}

.iconbtn {
  width: 4px;
  text-indent: -4px;
}

.material-symbols-outlined {
  color: black !important;
}

.confont {
  font-family: Courier, Monospace, monospace;
  background-color: black !important;
}
