body {
  background: #fff;
}
.example {
  width: 100%;
  height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: #d693ff;
  flex-wrap: wrap;
}
.admin-bar .example {
  height: calc(100vh - 90px);
}
.example__img {
  width: 100%;
  text-align: center;
}
.example__title {
  text-align: center;
  width: 100%;
}
.example__content {
  width: 750px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
.example__content a {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  transition: 0.3s;
}
.example__content a:hover {
  background: #fff;
  color: #000;
}

/*# sourceMappingURL=homePage.css.map*/