@font-face {
  font-display: swap;
  font-family: "Open";
  font-style: normal;
  src: url("../../resources/fonts/open/open.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Open";
  font-style: italic;
  src: url("../../resources/fonts/open/open_italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "chicago";
  font-style: normal;
  src: url("../../resources/fonts/chicago/chicago.ttf") format("truetype");
}
body {
  font-size: 100%;
  font-size: 87.5%;
  background: #f5f5f5;
  font-family: Open, sans-serif, sans-serif;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list li {
  /* A simple method to get navigation links to appear in one line. */
  padding: 0; /* LTR */
  margin: 0;
  list-style-type: none;
}
.list li {
  margin-right: 24px;
}

a {
  word-break: break-all;
}

.btn {
  padding: 6px 16px;
  border: 1px solid #808080;
  color: #333333;
  color: white;
  border-radius: 6px;
  background: #f48221;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}
.btn:hover {
  background: #c96208;
}

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