:root {
  --primary-color: #131ee0;
}

body {
  background-color: #b8e2e7;
  margin: 1em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#content {
  position: relative;
  margin: 0px 10px 10px 15px;
  width: 61.2%;
  padding: 10px;
}

#nav {
  position: relative;
  top: 10px;
  left: 10px;
  width: 35%;
  padding: 10px;
  line-height: 17px;
}
/*# sourceMappingURL=main.css.map */