@font-face {
  font-family: Antwerp;
  src: url("fonts/A2_Antwerp_Bold.otf") format("opentype");
}

@font-face {
  font-family: Executive;
  src: url("fonts/Executive-Regular.otf") format("opentype");
}

@font-face {
  font-family: Material;
  src: url("fonts/Materiel-Medium.otf") format("opentype");
}

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

  color-scheme: dark;
  color: rgb(0, 100, 96);
  background-color: rgb(252, 227, 123);

  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-small {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

button {
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 3em;
  font-weight: 500;
  font-family: Material;
  background-color: rgb(0, 100, 96);
  color: rgb(233, 174, 190);
  cursor: pointer;
  transition: border-color 0.25s;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

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

.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;
}

#endscreen,
#videoscreen {
  background-color: rgb(252, 227, 123);
  height: 100%;
  width: 100%;
}
