@import url("fonts.css");
@import url("colors.css");

body {
  background-color: #0e1616;
  font-family: "Roboto Mono", sans-serif;
  font-size: 4.2em;
  color: #687070;
  overflow: hidden;
}

.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
