body {background-position: top;
      background-repeat: no-repeat;
      background-color: black;
      }
.banner {text-align:center;
         top: 125px;
}

.links {color: #ffffff;
        text-align: center;
        width: 450px;
        border-style: double;
        border-color: blue;
        font-size: 20px;
       }
       
.text {color: #ffffff;
       text-align: justify;
       border-style: double;
       border-color: blue;
       width: 700px;
       font-size: 20px;
      }
      


      
      