@font-face {
  font-family: "MarioMaker";
  src: url("super-mario-maker-extended.woff");
}

body {
  background-color: black;
  display: table;
  height: 100%;
  width: 100%;
}

.my-button-group {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mario-maker-font {
  font-family: "MarioMaker", sans-serif;
  text-align: center;
  color: #fbd000;
}

h1 {
  font-size: 40px;
  padding-top: 10px;
}

#on-hold-button {
  background-color: #fbd000;
}

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

.now-playing {
  font-size: 28px;
  padding-bottom: 5px;
}

#table-holder {
  display: table-row;
  height: 0px;
}

#table-pre {
  display: table-row;
}

.mm-table {
  /*height: 50%;*/
  display: table-cell;
  height: 100%;
}
