body {
  margin: 0;
  min-height: 140vh;
  padding: 0;
  background-image: url('star.gif'); 
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  font-family: monospace;
  background-color: #000000;
    display: flex;               
  justify-content: center;     
  align-items: center;         
  margin-top: 15px;
  padding-bottom: 500px;
}

.container {
background-color: #222222;
padding: 0;
width:  979px;
height: auto;
max-width: 1000px;
margin-top: -30px;
color: #990;
min-height: 900px;
box-sizing: border-box;
}
.container-title {
    margin: 23px 0;
    text-align: center;
    font-size: 1.9rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #808000;
}
.container-text {
    margin-top: 19px;
    margin-bottom: 19px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1rem;
    text-align: left;
}
.text-link {
    color: #990;
    text-decoration: none;
}

.container-text a:hover {
    color: #6f8faf;
}

.container-text a:active {
    color: #6f8faf;
}
.container p {
    margin: 10px 0;
}
.container h6 {
    height: 15px;
    background-color: #222222;
    margin: 30px 0;
}

@media only screen and (max-width: 990px) {
    body {
        align-items: flex-start;
        padding-top: 15px;
        min-height: 100vh;
        padding-bottom: 300px;
    }
    .container {
        width: 979px;
        padding: 0px;
        margin-top: -5px;
        height: auto;
    }
    
    .container-title {
        font-size: 0.8rem;
        color: #808000;
        margin: 15px 0;
    }
    
    .container-text {
        font-size: 0.6rem;
        margin-top: 9px;
        margin-bottom: 9px;
        margin-left: 20px;
        margin-right: 20px;
    }
}