* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 87.5%;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0.5em;
  background: black url(/bg.jpg) center/cover fixed;
  color: #dbe0d1;
}

#root {
  max-width: 400px;
  margin: auto;
}

.logo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 1em auto;
}

.no-active-vote {
  text-align: center;
  margin: 2em auto;
  line-height: 2;
}
