body {
  border: 0;
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 2.5em;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 12px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: rgb(51, 51, 51);
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
}
code {
  padding: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
pre,
code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

a {
  color: blue;
}

ul {
  margin-bottom: 1em;
}

.command {
  color: #9f3;
  background-color: #000;
}

.command:before {
  content: '$ ';
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  background-color: rgb(255, 235, 59);
}
.header h1 {
  font-size: 48px;
  font-size: 3rem;
}

.superTitle {
  margin-bottom: 0;
}

.subTitle {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  border-top: 1px solid rgb(0, 0, 0);
}

.superTitle,
.feature__title {
  font-family: 'Open Sans', sans-serif;
}

.feature {
  border-radius: 20px;
  padding: 20px;
}

.feature__reference:before {
  content: 'More about ';
}

.feature__reference {
  display: inline-block;
  margin: 10px;
}

.feature--azure {
  background-color: rgb(240, 248, 255);
}

.feature__title:before {
  content: '\02618 ';
  margin-right: 10px;
  color: green;
}

.feature__name {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.feature__title {
  text-align: center;
  font-variant-caps: petite-caps;
}

.features__title {
  color: rgb(237, 20, 61);
  letter-spacing: 0.8px;
  font-style: oblique;
}

.features__item {
  margin: 50px 0;
}

.main,
footer {
  width: 80%;
}

.main {
  margin: 50px auto;
  font-size: 1.1em;
}

footer {
  margin: 10px auto;
}
