/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #F2E9C0;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10px;
}
h1 {
  font-family: inherit;
  font-weight: 24px;
  line-height: 1.1;
  color: #000;
}
h2 {
  font-family: inherit;
  font-weight: 20px;
  line-height: 1.1;
  color: #000;
}
h3 {
  font-family: inherit;
  font-weight: 18px;
  line-height: 1.1;
  color: #000;
}
h4 {
  font-family: inherit;
  font-weight: 26px;
  line-height: 1.1;
  color: #000;
}
a {
  font-family: inherit;
  font-weight: 12px;
  line-height: 1.1;
  color: #000;
  margin:20px 10px 0 0;
}
.logodiv {
  background-size: contain;
  margin-bottom: 100px;
  height: 300px;
  width:600px;
  background-image: url("../_img/logo.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
