body {
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.back {
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
}
.back > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.back > div:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.back--1:before {
  width: 100%;
  height: 100%;
  background-image: url("https://dad.ams3.digitaloceanspaces.com/2020-digitalgrad/index/back1.png");
}
.back--2:before {
  width: 105%;
  height: 105%;
  background-image: url("https://dad.ams3.digitaloceanspaces.com/2020-digitalgrad/index/back2.png");
}
.back--3:before {
  width: 110%;
  height: 110%;
  background-image: url("https://dad.ams3.digitaloceanspaces.com/2020-digitalgrad/index/back3.png");
}
.back--4:before {
  width: 115%;
  height: 115%;
  background-image: url("https://dad.ams3.digitaloceanspaces.com/2020-digitalgrad/index/back4.png");
}
.title {
  display: block;
  position: relative;
  width: 90%;
  margin: 30px auto;
  height: auto;
}
.title svg {
  fill: #d4d1d1;
  stroke: url(#gradient);
  stroke-width: 2px;
}
.main {
  padding: 15px;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #d4d1d1;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .main {
    font-size: 24px;
  }
}
.main a {
  color: #d4d1d1;
  text-decoration: underline;
}
.main a:hover {
  color: #d4d1d1;
  text-decoration: none;
}
.main__inner {
  display: flex;
  flex-wrap: wrap;
}
.main__desc {
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .main__desc {
    width: 60%;
  }
}
.main__link {
  width: 100%;
  padding: 15px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .main__link {
    width: 40%;
    text-align: right;
  }
}
