@font-face {
  font-family: "Super Mario Maker 2";
  src: url("fonts/super-mario-maker-2.ttf") format("truetype");
}
body {
  background-color:#000000;
  font-family: "Super Mario Maker 2";
  color: #0000ff;
}

header {
  text-align: center;
}

header h1 {
  margin-top: 0;
  font-weight: bold;
}

header img {
  width: 500px;
}

.input-group-prepend {
    border: 2px solid #0000ff;
    color: #0000ff;
    margin: 8px 0;
}

.form-control {
  font-family: "Super Mario Maker 2", sans-serif;
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 0px;
  border: 2px solid #0000ff;
  background: transparent;
  color: #0000ff;
}
  .form-control::placeholder { color: #000066; }
  .form-control:focus {background-color: transparent}
  #session-id:focus {background-color: transparent}

  #session-id {
    background-color: transparent
  }

  #session-advanced-toggle {
    border: 2px solid #0000ff;
    border-radius: 0px;
    color: #0000ff;
    background: transparent
  }

  #session-go {
    border: 2px solid #00ff00;
    margin-bottom: 0;
    padding: .375rem .75rem;
    background: transparent;
    color: #00ff00;
  }

  #session-create-btn {
    border: 2px solid #808080;
    margin-bottom: 0;
    padding: .375rem .75rem;
    background: transparent;
    color: #808080;
  }

.input-group-text, .disable-text {
  cursor: default;
  background: transparent;
  user-select: none;
}

table.table-bordered {
  border:2px solid #0000ff;
  color: #0000ff;
}

table.table-bordered>thead>tr>th {
  border: 2px solid #0000ff;
  color: #0000ff;
}

table.table-bordered>tbody>tr>td {
  border: 2px solid #0000ff;
  color: #0000ff;
}
