* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      html,
      body {
        width: 100%;
        min-height: 100%;
        overflow-x: hidden;
      }
      body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        background: #000 url("bg.gif") repeat;
        background-size: cover;
        color: #b3b8c3;
        font-family: monospace;
      }
      .term {
        width: min(700px, 92vw);
        padding: 3px;
        background: #0c090a;
        border: 1px solid #1e1e1e;
      }
    
      .text {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 0;
      }
      .link {
        display: inline-block;
        margin-top: 6px;
        color: #7d8fa4;
        text-decoration: none;
        font-weight: bold;
      }
      .link:hover {
        color: #eeeeee;
      }
