* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #333333;
  color: #f2c94c;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

.page {
  position: relative;
  min-height: 100vh;
}

/* Fullfill logo */
.logo {
  position: absolute;
  top: 71px;
  left: 63px;
  width: 321px;
  height: 261px;
}

/* Phillipians 2:13 */
.quote {
  position: absolute;
  top: 360px;
  left: 85px;
  width: 196px;
  height: 68px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

/* Main heading */
.heading {
  position: absolute;
  top: 478px;
  left: 85px;
  width: 636px;
  height: 46px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  white-space: nowrap;
}
