@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Share+Tech+Mono&display=swap');

html
{
  height: 100vh;
  cursor: default;
  overflow: hidden;
}

body
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  align-items: center;
}

#container
{
  
}

h1
{
  font-family: 'Inter', sans-serif;
  background: #050505;
  color: #f1f1f1;
  padding: 20px;
  letter-spacing: 0px;
  font-size: 50px;
}

p
{
  margin: -25px 0 0 0;
  font-size: 14px;
  font-family: 'Share Tech Mono', sans-serif;
  text-align: right;
  display: block;
  width: inherit;
}
