@import "fonts.css";

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

html {
  background-color: #f7f7f3;
  color: black;
}

body {
  margin: 0;
  padding: 2rem;
}

header {
  margin-bottom: 1em;
}

#download {
  display: none;
}

.download-button {
  margin: 0.5rem 0.5rem 0.2rem 0;
}

#errorMessage {
  display: none;
  padding: 10px;
  border-radius: 6px;
  background: white;
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
}

#loader_wrapper p {
  font-size: 18px;
}
