* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  height: 100%;
}

body {
    background: #000;
    color: #0f0;
    font-family: courier;
}

h2 {
  width: fit-content;
}