html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body,
body > div {
  display: grid;
  box-sizing: border-box;
  gap: 1em;
}

body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
}

body > div:first-child {
  grid-template-rows: 2em 2em 5fr;
}

body > div:nth-child(2) {
  grid-template-rows: 2em 2em 5fr;
  overflow: hidden;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../vendor/fonts/ubuntu/Ubuntu-Regular.ttf");
}

textarea {
  font-family: "Ubuntu", "Tahoma", sans-serif;
}

.saved {
  background: #0f03;
}

twisty-player {
  width: 100%;
  height: 100%;
}
