body {
  font-family: Helvetica;
  color: white;
  font-size:14px;
  background-color: #343434;
}
a {
  color: #4fc357;
}

h1, h2, h3 {
  font-family: "Helvetica Neue";
  font-weight:200;
  padding: 0;
}

h1 {
  position: relative;
  color: white;
  font-size: 46px;
  margin-left: 32px;
}
h2 {
  color: white;
  font-size: 26px;
}
h3 {
  color: white;
  font-size: 16px;
}
p {
  line-height: 22px;
}

img {
  margin: 16px 0;
  width: 100%;
  border: 10px rgb(38,38,38) solid;
  border-radius: 4px;
}

div {
  padding: 0 32px;
  width: 85vw;
  box-sizing: border-box;
}
.assignment {
  background-color: #262626;
  padding: 0 64px 16px 64px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #141414;
  border-style: solid;
  background-image: url(images/icn-approval.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: 28px;
  background-position-y: 25px;
}

.sm-img {
  width: 75%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}