html, body {
  position: relative;
  height: 100%; }

body {
  background: #eee;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide:nth-child(1) {
  background: #66bb6a; }
.swiper-slide:nth-child(2), .swiper-slide:nth-child(4) {
  background: #424242; }
.swiper-slide:nth-child(3) {
  background: #a5d6a7; }
.swiper-slide button.btn {
  margin-top: 40px;
  background: #66bb6a;
  border-radius: 4px; }
.swiper-slide p {
  margin-bottom: 30px;
  color: white; }

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