html,
body {
  font-family: "Roboto", "Segoe UI", "Helvetica", sans-serif;
  font-size: 10pt;
}

body {
  background-image: url("/images/undraw_thought_process_re_om58.svg");
  background-repeat:no-repeat;
  background-size: 800px;
  background-position: right bottom;
  background-color: snow;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Roboto", "Segoe UI", "Helvetica", sans-serif;
}

.eva-button {
    margin-top: 2rem;
}

.eva-bold {
  font-weight: 500;
}

/* Home-Button unten rechts */
.eva-home {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 55px;
  margin-bottom: 30px;
  z-index: 900;
}

/* Back-Button oben rechts */
.eva-bhub {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  margin-right: 55px;
  margin-top: 40px;
  z-index: 900;
}

.eva-flex {
  display: flex;
  flex-direction: row;
  align-items: self-start;
}
