*{
  margin: 0;
  /* padding: 10; */
  /* box-sizing: border-box; */
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
}

body{
  font-family: 'Space Grotesk';
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #161616;
  color: #dde1e6;

}

nav{
}
hr{
  color: #dde1e6;
}

a{
  color: #ff7eb6;
}

.titlebar{
  background-color: #292929;
  color: #dde1e6;
  font-family: 'Bitcount Prop Single';
}

html{
}

