
  body {background-image: url(https://i.ibb.co/7dGJ0VDV/bffa.png);
       background-repeat: repeat;
	 background-attachment: scroll;
       align-items: center;
       font-family:"ms gothic";
       image-rendering: pixelated;
       justify-content: center; 
       font-weight: 5px;
       margin: 0% auto;
       display: block;
        }

.text {
       font-weight: 5px;
       font-size: 15px;
       color: #c2a3c6;
            text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
       text-align: center;
       image-rendering: pixelated;
       

}

.header{
      border-style: solid;
      margin-top: 100px;
      background-color: #fefef6;
      border-width: 1px;
      border-color: #c2a3c6;
      width: 50%;
      height: 50px;
      align-items: center;
      justify-content: center;
    

}