:root {
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;

  color-scheme: dark;
  color: #000;
  background-color: #86c1e5;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #000;
  text-decoration: inherit;
}
a:hover {
  color: #000;
}
/* 
html,
body {
 
  height: 100%;
  margin: 0;
} */

html,
body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.card {
  padding: 2em;
}

#app {
  /* max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center; */
  min-height: 100%;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #000;
  color: #86c1e5;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #000;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.container {
  display: flex;
  height: 80vh;
  flex-direction: column;
  padding: 50px;
  justify-content: space-around;
  align-items: center;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

p {
  text-align: center;
}

/* button {
  color: #f5e1d7;
  background-color: #000;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
  border-radius: 10px;
} */

.titel {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
}

.small {
  font-size: 0.73em;
}
