.inline {
  display: inline;
  height: 3em;
  margin-bottom: -1.2em;
  margin-right: -0.6em;
  margin-left: -0.2em;
  transform: rotate(10deg);
}
.section {
  margin-top: 3em;
  margin-bottom: 8em;
  max-width: 800px;
}
.screenshot img {
  margin: 2em;
  display: inline;
  max-width: 300px;
}
.container {
  max-width:1000px;
  margin:auto;
  background-color: rgb(47, 79, 79);
  padding:2em;
  background-image: radial-gradient(
    farthest-corner at 40px 40px,
    rgb(47,79,79) 0%,
    black 100%
  );
}
p{
  text-align: left;
}
