body {
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Arial", sans-serif;
  color: #222222;
  
  background: #ffffff url("img/bg-page.png") no-repeat top center;
}

h1 {
  font-size: 24px;
  line-height: normal;
}

h2 {
  font-size: 20px;
  line-height: normal;
}

a {
  color: #0099ef;
  text-decoration: underline;
}

del {
  color: #ff4400
}

ins {
  color: rgb(105, 178, 83);
}

.page-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  font-family: "Verdana", sans-serif;
  text-align: center;
}

.avatar-container {
  text-align: center;
}

.avatar {
  border-radius: 50%;
}

.partnership {
 background-color: #4a87fa; 
 background-image: url("img/bg-partnership.svg");
 color: #ffffff;
 padding: 30px;
 text-align: center;
 margin: 30px 0
}

 .blog-navigation ul {
  list-style: none;
  padding-left: 0;
}

.blog-navigation h2 {
  margin-top: 0;
}

.blog-navigation li {
  margin-bottom: 5px;
}

footer {
  margin-top: 30px;
}

.skills dd {
  background-color: #e8e8e8;
  margin: 0;
  margin-bottom: 10px;
}

.skills-level {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #4470c4;
}

.skills-level-ok {
  background-color: #47bb52;
}

.blog-navigation {
  margin-bottom: 30px;
  padding: 20px;
  border: 5px solid #2d508f;
  color: #ffffff;
  background-color: #4470c4;
}

.blog-navigation a {
  color: #ffffff;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figure img {
  vertical-align: middle;
  border: 8px solid rgb(202, 224, 248);
}

figcaption {
  width: 502px;
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-style: italic;
  text-align: center;
  background-color: rgb(202, 224, 248);
}

.pagination a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.pagination {
  text-align: center;
}

.danger-text {
  color: #ff4400;
}

.danger-block {
  padding: 5px 10px;

  background-color: #ffd0bf;
}

.no-danger-block {
  padding: 5px 10px;

  background-color: #c6f5f0;
}

time {
  color: #6a2cce;
}

blockquote {
  padding-left: 14px;
  border-left: 2px solid #6a2cce;

  color: #6a2cce;
}

cite {
  color: #222222;
}

pre,
code {
  line-height: normal;
  font-family: "Courier New", "Courier", monospace;
  color: #6a2cce;
}
