.body {
  background-color: #000;
}

.image {
  text-align: left;
  position: static;
}

.text-block {
  text-align: center;
  font-size: 100px;
  line-height: 100px;
}

.button {
  text-align: center;
}

.section {
  float: none;
  clear: none;
  text-align: center;
  position: static;
}

.div-block {
  text-align: center;
}


