body {
  background-color: #101010;
  color: white;
  font-family: "azeret mono", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.main-text {
  font-size: 16px;
  font-weight: lighter;
  color: #cfcfcf;
  margin-left: 40px;
  margin-top: 60px;
}

.all {
  display: flex;
  align-items: center;
  justify-content: center;
}
