* {
  margin: 0;
  font-family: Graphik, sans-serif;
  box-sizing: border-box;
}

h1 {
  margin: 0 0 16px 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 26px;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 26px
}

figcaption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color:#a6a4a0;
  margin-bottom: 40px;
}

code {
  display: block;
  font-family: monospace;
  line-height: 2em;
  padding: 0.5em;
  margin-bottom: 0;
  font-size: 17px
}

ol {
  margin-bottom: 26px;
  padding: 0 26px;
  font-size: 18px;
}

li {
  margin: 0 0 13px 36px;

}

.picture1 {
  width: 770px;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.picture {
  margin-bottom: 20px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 375px;
  box-sizing: border-box;
}

.fixed-above-link {
  position: fixed;
  display: block;
  width: 100%;
  height: 72px;
  margin: 0;
  opacity: 0;
  z-index: 100;
}

.fixed-above {
  position: fixed;
  top: 0;

  width: 100%;
  height: 72px;
  box-sizing: border-box;

  cursor: pointer;

  background-color: #E7FF56;
  z-index: 10;
}

.img-fixed-above-left {
  position: inherit;
  height:inherit;
  left: 0;
}

.img-fixed-above-middle {
  position: inherit;
  height:inherit;
  right: 50%;
}

.img-fixed-above-right {
  position: inherit;
  height:inherit;
  right: 0;
}

.fixed-text-left {
position: inherit;
left: 25%;

display: flex;
align-items: center;
justify-content: center;
font-family: Graphik, sans-serif;
line-height: 32px;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
height: inherit;
z-index: 1;
}

.fixed-text-right {
  position: inherit;
  right: 25%;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f2aff;
  color: white;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  padding: 14px 32px;
  height: 72px;
  font-family: Graphik, sans-serif;
  width: 172px;
  height: 44px;
  margin-top: 14px;
  z-index: 1;
  font-weight: 500;
}

.text-of-article-lvl1 {
  width: 1200px;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  padding: 0 15px

}

.text-of-article-lvl2 {
  width: 770px;
  box-sizing: border-box;
}

.links-above {
  margin-bottom: 22px;
  display: inline-block;
}

.grey-box-words {
  padding: 2px 4px;
  background-color: #e8eaf0;
  border-radius: 4px;
}
