html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height:100%;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active, a:hover {
  outline:0;
}


img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display:inline-block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #DCE0D9;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0A0A08;
}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo {
  width: 300px;
  height: 150px;
}
