
html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  color: #706f6f;
  margin: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #76b82a;
}
.flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
/*  align-items: stretch;*/
  align-items: center;
}
.flex-item {
  width: 100%;
  max-width: 800px;
}
.logo {
/*  background-color: #eeeeee;*/
  margin-bottom: 2em;
  width: 100%;
}
.logo img {
  width: 100%;
}
.text {
  font-size: 1.25rem;
  text-align: center;
}
