a,
a:focus,
a:hover {
  color: #428dba;
}

html,
body {
  height: 100%;
  background-color: #e8ebeb;
  color: #48525a;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #48525a;
}

.preludium-logo svg {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 308px;
  height: 100px;
  fill: #48525a;
  cursor: default;
}

.preludium-logo svg .text {
  font-family: sans-serif;
}

.preludium-logo svg .bold {
  font-weight: 600;
}

.card {
  border-radius: 0;
}

pre {
  white-space: pre-wrap;
  margin: 0;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
