*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family:sans-serif;
}
.section{
  min-height: 100vh;
  text-align: center;
  width: 100%;
  display: table;
}
.wrap-block{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}