@font-face { font-family: roboto-regular; src: url('../-data/fonts/roboto/Roboto-Regular.ttf'); }

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: roboto-regular, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color:white;

  position: relative;
  height: 100%;
  width: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.root {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: #1D232C;
    color: white;
}

.root2 {
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 20px;
}

.root2>div:nth-child(2)
{
    font-size: 40px;
    font-weight: 600;
}

.root2>div:nth-child(3)
{
    font-size: 20px;
    max-width: min(80%, 1000px);
    text-align: justify;
}
