.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid purple; 
}

body {
  background-image: url("background.gif");
  font-family: "0xProto";
  font-size:16px;
  color: white;
  }
  
@font-face {                  
  font-family: '0xProto';
  src: url(https://humantooth.neocities.org/fonts/0xProto-Regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  } 