body {
  text-align: center;
  margin: 0;
  font-family: "Acrom", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

* {
  box-sizing: border-box;
}

#x-graph {
  border: 1px solid black;
}

#text {
  font-size: 18px;
}

a {
  color: #434343;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

header {
  display: block;
}
header .infobox {
  display: block;
  padding: 44px 20px 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
header .infobox .logo {
  display: block;
}
header .infobox .logo img {
  width: 245px;
  height: auto;
}
header .infobox .logo:hover {
  text-decoration: none;
}
header .menu-wrapper {
  background: #E1E1E1;
}
header .menu-wrapper .menu {
  text-align: left;
  max-width: 1400px;
  margin: 0 auto;
}
header .menu-wrapper .menu .menu-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
}
header .menu-wrapper .menu .menu-items a {
  padding: 15px 10px;
  margin: 0 10px;
  font-family: "Acrom", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #434343;
  text-decoration: none;
}
header .menu-wrapper .menu .menu-items a:hover {
  background: #686868;
  color: #fff;
  text-decoration: none;
}

.content {
  display: block;
  padding: 40px 0 150px 0;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
