html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  color: #3f51b5;
}

a:hover {
  text-decoration: none;
}

hr {
  height: 3px;
  background: #eee;
  border: 0;
}

#main {
  width: 1000px;
  margin: 0 auto;
}

#head {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

#content {
  display: table;
}

#menu,
#documentation {
  display: table-cell;
  vertical-align: top;
}

#menu {
  width: 230px;
  border-right: 1px solid #eee;
}

#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-li {
  margin-bottom: 20px;
}

#menu a {
  font-weight: 400;
  color: #444;
  display: block;
  line-height: 28px;
  text-decoration: none;
  font-size: 15px;
}

#menu a:hover {
  color: #888;
}

.menu-header {
  font-weight: 500;
  color: #aaa;
  font-size: 18px;
}

#doc-self {
  padding-left: 30px;
  padding-bottom: 30px;
}

#doc-self img {
  max-width: 100%;
}

#doc-self ul {
  margin-bottom: 25px;
}

#doc-self ul li, #doc-self ol li {
  margin-bottom: 5px;
}

h1 {
  margin-top: 5px;
  font-weight: 900;
  line-height: 1;
  font-size: 28px;
}

h2 {
  margin-top: 40px;
}

h3 {
  margin-top: 30px;
}

h4 {
  margin-bottom: 0;
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-left: 5px;
}
h4::before {
  content: "#";
}

code {
  border: 1px solid #fba7a7;
  background: #f001;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
}

table {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-collapse: collapse;
}

td,
th {
  padding: 5px 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

td {
  font-size: 14px;
}

img {
  border: 1px solid #aaa;
  display: block;
}

blockquote {
  border-left: 4px solid #e3304e;
  padding: 15px 20px;
  background-color: #fff3f5;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}
blockquote::before {
  content: "SVARBU!";
  color: #e3304e;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
blockquote p {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

.attention {
  border-left: 4px solid #ff9800;
  padding: 15px 20px;
  background-color: #fff2e0;
  margin: 1em 0;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
}
