.body {
  color: #fff;
  background-image: url('../images/jack.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.container {
  max-width: 600px;
  color: #eee;
  background-color: #141414;
  padding-top: 0;
}

.container-2 {
  max-width: 600px;
  background-color: #000;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  margin-top: -10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.section, .section-2 {
  height: 100px;
}

.container-3 {
  max-width: 600px;
  background-color: #141414;
}

.html-embed {
  text-align: center;
  display: block;
}

.link {
  color: #eee;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  text-decoration: none;
}

.section-3 {
  text-align: right;
}

.div-block-2 {
  max-width: 600px;
  text-align: right;
  display: flex;
}

.container-4 {
  height: 100px;
  max-width: 600px;
  text-align: right;
  padding-top: 20px;
}

.div-block-3 {
  color: #eee;
  text-align: center;
  background-color: #141414;
  padding: 6px 8px 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  transform: translate(0);
}

.div-block-3:hover {
  background-color: #3d3d3d;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}


