body {
    color: lightgray;
    background-color: black;
    font-size: 8ptvw;
    padding: 5px;
    font-family: 'Courier New', Courier, monospace;
  }

  a {
    color: green;
  }
  
  aside {
    border-style: solid;
    border-color: white black black white;
    padding: 5px;
    text-align: center;
  }
  
  h1, h2, h3, h4, footer {
    text-align: center;
  }
  
  pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-control-character-visibility: visible;
  }
  
  th {
    border: 1px solid black;
  }
  
  .left {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
  }
  
  .right {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
  }
  
  .squareBullets {
    list-style-type: square;
    padding-left: 10px;
    margin-left: 10px;
  }
  
  .noBullets {
    list-style-type: none;
    padding-left: 0px;
    margin-left: none;
  }
  
  @media screen and (min-width: 769px) {
    body {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .squareBullets {
      margin-left: 50px;
    }
  }

    aside {
      border-color: lightgray gray gray lightgray;
    }
  
    th {
    border: 1px solid white;
    }
    
    .left {
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    }
    
    .right {
    
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    }
  
    h6 {
        color:green;
        text-align:center;
    }

    @media screen and (max-width: 490px) {
        h6 {
            font-size:7px
        }
    }

    @media screen and (max-width: 393px) {
        h6 {
            font-size:6px
        }
    }

    @media screen and (max-width: 3px) {
        h6 {
            font-size:6px
        }
    }