.body {
  background-color: #000;
}

.image {
  position: static;
  margin-top: 100px;
  margin-right: 33%;
  margin-left: 33%;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  color: #fff;
}

.column {
  text-align: center;
}

.button {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.button-2 {
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.button-3 {
  margin-right: 10px;
  background-color: #fff;
  color: #000;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.text-block-2 {
  margin-top: 20px;
  padding-left: 0%;
  color: #fffefe;
  text-align: center;
}

.section {
  margin-top: 100px;
}

.columns {
  margin-bottom: 60px;
}

.section-2 {
  height: 5%;
}

.section-3 {
  height: 50%;
}