:root {
  --dark-background: #1e1e1e;
}

.body {
  background-color: var(--dark-background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.syn-crest {
  max-width: 150px;
}


