html, body, #body2
  {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
body
  {
    margin: 0px;
    padding: 0px;
    background:  rgb(10, 9, 15);
    height: 100%;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #c6d1ff;
  }
::selection 
  {
    background: rgb(150, 133, 255);
  }
::-moz-selection 
  {

    background: rgb(150, 133, 255);
  }
img
  {
    border: 0px;
  }
h1
  {
    font-size: 120pt;
    letter-spacing: 16px;  
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    color: rgb(213, 158, 3);
  }
.content
  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0px;
    height: 100%;
    width: 100%;
    background: url(img/bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 9pt;
  }