@font-face {                  
font-family: 'MachineLearning';
src: url(https://humantooth.neocities.org/fonts/MachineLearningFont-v1.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

body {
  margin: 0;
  min-height: 100vh;
  background: #1a0033;
  background: url(https://i.pinimg.com/1200x/32/4e/5b/324e5b94f4e74afcece00c59cc0f9bf4.jpg);
  background-size: 7%;
  background-repeat: repeat;
  justify-content: center;
  align-content: center;
  font-family: 'MachineLearning';
  box-sizing: border-box;
}

.box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
  overflow: scroll;
  background-color: #f038ff;
  color: #160129;
  width: 920px;
  height: 1024px;
}

h1 {
  font-size: 64px;
  margin: 0 auto;
}