@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

body { 
  background-color: black;
  margin: 0;
} 
p { 
  color: white; 
  font-size: 13px; 
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  
} 

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