    html {
      overflow-y: scroll;
    }
    @font-face { font-family: More Perfect DOS VGA; src: url('/victorville/MorePerfectDOSVGA.ttf'); }
    body{
      background-image:url(/victorville/img/bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      background-color:black;
      color:#21ca00;
      font-family:More Perfect DOS VGA;
      font-size:32px;
      line-height:32px;
      margin:0px;
    }
    .title {
      white-space:pre;
  	  display: flex;
  	  justify-content: center;
  	  margin:0px;
  	  line-height: 24px;
    }
    img{
      margin-bottom:5px;
    }
    button {
      font-size:32px;
      color:black;
      font-family:More Perfect DOS VGA;
      background-color: #00b7b7;
      border: none;
      padding: 15px 22px;
      text-align: center;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
    }
    a:link, a:visited, a:hover, a:active {
      color: #00b7b7;
    }
    h1, h3{
      font-weight:normal;
      font-size:48px;
      line-height:48px;
    }