


body {
  background-attachment: fixed;
  background-color: white;
  color: black;
  font-family: serif;
  width: 100%;
  margin:auto
}






.center {
  background-color: #cfbfff; 
  color: #fff; 
  
  font-size: 20px;
  font-family: serif;

  transform: translate(0%, 0%); 
  padding: 10px 10px;   
  margin:auto;

  outline:#9d9df3;
  outline-width:thick;
  outline-style:outset
}








.textcontainer {
  background-color: #cfbfff; 
  color: #fff; 

  font-size: 20px;
  font-family: serif;
  
}



