:root {
  color-scheme: dark;
  background: #111;
  color: white;
}

@font-face {
    font-family: "Roboto";
    src: url("../roboto.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.center {
  text-align: center;
}