
body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  color: black;
}

.ssh {
  width: 50%;
  height: auto;
  margin-bottom: 50px;
  font-size: 100px;
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  body {
    color: white;
    background-color: black;
  }
}