h1, h2, h3, h4, h5, h6, a {
  font-family: "Cairo", sans-serif;
}

body {
  text-align: right;
  font-family: "Cairo", sans-serif;
  background-color: #fff;
}

.content {
  width: 100%;
  min-height: 100vh;
}
.content .item {
  width: 100%;
  max-width: 700px;
  min-height: 100vh;
  margin: auto;
  position: relative;
}
.content .item img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.content .item .links {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: orangered;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
  text-align: center;
}
.content .item .links a {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  width: 220px;
  height: 45px;
  text-align: center;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  background-color: #45aaf3;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}
.content .item .links a i {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  margin-right: 4px;
}

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